X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtxn.h;h=4ca8c95d5a0a781c52220a7e4924a7d0763a0883;hp=36f30b27e075d79be38ac1a0ec78f18adaa3fad3;hb=88440266c0a9fa8354688b5ed0d2a6cc3bf04db5;hpb=ee121d2b99c19413619973fe8a8db18bfcb534d8 diff --git a/src/php_pqtxn.h b/src/php_pqtxn.h index 36f30b2..4ca8c95 100644 --- a/src/php_pqtxn.h +++ b/src/php_pqtxn.h @@ -44,6 +44,7 @@ zend_class_entry *php_pqtxn_class_entry; zend_object_value php_pqtxn_create_object_ex(zend_class_entry *ce, php_pqtxn_t *intern, php_pqtxn_object_t **ptr TSRMLS_DC); PHP_MINIT_FUNCTION(pqtxn); +PHP_MSHUTDOWN_FUNCTION(pqtxn); #endif