From: Michael Wallner Date: Wed, 15 Oct 2014 16:44:22 +0000 (+0200) Subject: fix pqcur minit and mshutdown X-Git-Tag: v0.5.1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=commitdiff_plain;h=a7d180348dfaa73d47a7f7019a8aead0dd2c4362 fix pqcur minit and mshutdown --- diff --git a/src/php_pq_module.c b/src/php_pq_module.c index 1fe68f5..86fc93e 100644 --- a/src/php_pq_module.c +++ b/src/php_pq_module.c @@ -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);