fix pqcur minit and mshutdown v0.5.1
authorMichael Wallner <mike@php.net>
Wed, 15 Oct 2014 16:44:22 +0000 (18:44 +0200)
committerMichael Wallner <mike@php.net>
Wed, 15 Oct 2014 16:44:22 +0000 (18:44 +0200)
src/php_pq_module.c

index 1fe68f5e4ce5270672ab3692418fee9806668d95..86fc93e938310d3fd61568d5a85a9af53a5915e3 100644 (file)
@@ -25,6 +25,7 @@
 #include "php_pqcancel.h"
 #include "php_pqconn.h"
 #include "php_pqcopy.h"
+#include "php_pqcur.h"
 #include "php_pqexc.h"
 #include "php_pqlob.h"
 #include "php_pqres.h"
@@ -70,6 +71,7 @@ static PHP_MSHUTDOWN_FUNCTION(pq)
 
        PHP_MSHUT_CALL(pqlob);
        PHP_MSHUT_CALL(pqcopy);
+       PHP_MSHUT_CALL(pqcur);
        PHP_MSHUT_CALL(pqtxn);
        PHP_MSHUT_CALL(pqstm);
        PHP_MSHUT_CALL(pqres);