X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqstm.c;h=831663c3e16113fb5fa65258395658ea4d9c3bc9;hp=016b5b7e6b07428907804548664a67d6d67d03ed;hb=cd5d3cdafda1f9e9fe120c9eaf1269fdc577f04d;hpb=9f5cecf26bd70a92ed013f31afec59e272623ac1 diff --git a/src/php_pqstm.c b/src/php_pqstm.c index 016b5b7..831663c 100644 --- a/src/php_pqstm.c +++ b/src/php_pqstm.c @@ -359,6 +359,8 @@ PHP_MINIT_FUNCTION(pqstm) php_pqstm_object_handlers.write_property = php_pq_object_write_prop; php_pqstm_object_handlers.clone_obj = NULL; php_pqstm_object_handlers.get_property_ptr_ptr = NULL; + php_pqstm_object_handlers.get_gc = NULL; + php_pqstm_object_handlers.get_properties = php_pq_object_properties; php_pqstm_object_handlers.get_debug_info = php_pq_object_debug_info; zend_hash_init(&php_pqstm_object_prophandlers, 2, NULL, NULL, 1);