X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqlob.c;h=96b495ec5e90c7e2afee81c44316d032f346300c;hp=1188907c9ff1a40b4869b87f0f25c0e63110361e;hb=280761d6fe87cb4ee24eb750398af80dfb96781f;hpb=5aa292d5bc46cd8fe266d682397dba19dc1e1d36 diff --git a/src/php_pqlob.c b/src/php_pqlob.c index 1188907..96b495e 100644 --- a/src/php_pqlob.c +++ b/src/php_pqlob.c @@ -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};