type converters
[m6w6/ext-pq] / src / php_pqcancel.c
index ba5c0e458404af84f273f75fb7141042520ce28c..0edcddeddcd034aa677f9b78ce31852b11546a84 100644 (file)
@@ -144,6 +144,12 @@ static zend_function_entry php_pqcancel_methods[] = {
        {0}
 };
 
+PHP_MSHUTDOWN_FUNCTION(pqcancel)
+{
+       zend_hash_destroy(&php_pqcancel_object_prophandlers);
+       return SUCCESS;
+}
+
 PHP_MINIT_FUNCTION(pqcancel)
 {
        zend_class_entry ce = {0};