type converters
[m6w6/ext-pq] / src / php_pqtxn.c
index 021ece4c25594d591b332da5dcdd6b6edc637c64..7d4b8b73cd9ac885780e67a391f2888765e2d8c8 100644 (file)
@@ -872,6 +872,12 @@ static zend_function_entry php_pqtxn_methods[] = {
        {0}
 };
 
+PHP_MSHUTDOWN_FUNCTION(pqtxn)
+{
+       zend_hash_destroy(&php_pqtxn_object_prophandlers);
+       return SUCCESS;
+}
+
 PHP_MINIT_FUNCTION(pqtxn)
 {
        zend_class_entry ce = {0};