X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqlob.c;h=1188907c9ff1a40b4869b87f0f25c0e63110361e;hb=5aa292d5bc46cd8fe266d682397dba19dc1e1d36;hp=2dc9be3d28004529cca0d35db95b5eb265bb766b;hpb=4be7248e5507090aeb09ade52e3de372e2a11dd5;p=m6w6%2Fext-pq diff --git a/src/php_pqlob.c b/src/php_pqlob.c index 2dc9be3..1188907 100644 --- a/src/php_pqlob.c +++ b/src/php_pqlob.c @@ -463,6 +463,7 @@ PHP_MINIT_FUNCTION(pqlob) php_pqlob_object_handlers.write_property = php_pq_object_write_prop; php_pqlob_object_handlers.clone_obj = NULL; php_pqlob_object_handlers.get_property_ptr_ptr = NULL; + php_pqlob_object_handlers.get_gc = NULL; php_pqlob_object_handlers.get_properties = php_pq_object_properties; php_pqlob_object_handlers.get_debug_info = php_pq_object_debug_info;