X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtypes.c;h=db2c44e0d77b1f5ae44ae4571f9b30e1b6ce995a;hp=fc9a16e19a4ec8cc6451104e90a8c1b1f7950c63;hb=5aa292d5bc46cd8fe266d682397dba19dc1e1d36;hpb=9f5cecf26bd70a92ed013f31afec59e272623ac1 diff --git a/src/php_pqtypes.c b/src/php_pqtypes.c index fc9a16e..db2c44e 100644 --- a/src/php_pqtypes.c +++ b/src/php_pqtypes.c @@ -324,6 +324,8 @@ 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; php_pqtypes_object_handlers.read_dimension = php_pqtypes_object_read_dimension;