X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtypes.c;fp=src%2Fphp_pqtypes.c;h=db2c44e0d77b1f5ae44ae4571f9b30e1b6ce995a;hp=8995f26a71a5147d5fab0b55f9071b0974befc1b;hb=5aa292d5bc46cd8fe266d682397dba19dc1e1d36;hpb=4be7248e5507090aeb09ade52e3de372e2a11dd5 diff --git a/src/php_pqtypes.c b/src/php_pqtypes.c index 8995f26..db2c44e 100644 --- a/src/php_pqtypes.c +++ b/src/php_pqtypes.c @@ -324,6 +324,7 @@ PHP_MINIT_FUNCTION(pqtypes) php_pqtypes_object_handlers.write_property = php_pq_object_write_prop; php_pqtypes_object_handlers.clone_obj = NULL; php_pqtypes_object_handlers.get_property_ptr_ptr = NULL; + php_pqtypes_object_handlers.get_gc = NULL; php_pqtypes_object_handlers.get_properties = php_pq_object_properties; php_pqtypes_object_handlers.get_debug_info = php_pq_object_debug_info; php_pqtypes_object_handlers.has_dimension = php_pqtypes_object_has_dimension;