X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqlob.c;h=1188907c9ff1a40b4869b87f0f25c0e63110361e;hp=2dc9be3d28004529cca0d35db95b5eb265bb766b;hb=8f0022e027a5412e5d404ee62a0c0346481748b4;hpb=6c838021951716e5b37a0c891cd40c669268de8c 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;