X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqconn.c;h=2f0d9f88bcf6658bce26b414db9cc5fc7cae2f48;hp=376ce3b9fd3769b038c099867e39642b7b9eee8f;hb=5aa292d5bc46cd8fe266d682397dba19dc1e1d36;hpb=4be7248e5507090aeb09ade52e3de372e2a11dd5 diff --git a/src/php_pqconn.c b/src/php_pqconn.c index 376ce3b..2f0d9f8 100644 --- a/src/php_pqconn.c +++ b/src/php_pqconn.c @@ -1530,7 +1530,7 @@ PHP_MINIT_FUNCTION(pqconn) php_pqconn_object_handlers.write_property = php_pq_object_write_prop; php_pqconn_object_handlers.clone_obj = NULL; php_pqconn_object_handlers.get_property_ptr_ptr = NULL; - php_pqconn_object_handlers.get_gc = php_pq_object_gc; + php_pqconn_object_handlers.get_gc = NULL; php_pqconn_object_handlers.get_properties = php_pq_object_properties; php_pqconn_object_handlers.get_debug_info = php_pq_object_debug_info;