type converters
[m6w6/ext-pq] / src / php_pqlob.c
index 1188907c9ff1a40b4869b87f0f25c0e63110361e..96b495ec5e90c7e2afee81c44316d032f346300c 100644 (file)
@@ -449,6 +449,12 @@ static zend_function_entry php_pqlob_methods[] = {
        {0}
 };
 
+PHP_MSHUTDOWN_FUNCTION(pqlob)
+{
+       zend_hash_destroy(&php_pqlob_object_prophandlers);
+       return SUCCESS;
+}
+
 PHP_MINIT_FUNCTION(pqlob)
 {
        zend_class_entry ce = {0};