X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Fphp_pqstm.c;h=83496df4f8b75d1ad2b1719e3ff6200cd9658537;hb=6c838021951716e5b37a0c891cd40c669268de8c;hp=016b5b7e6b07428907804548664a67d6d67d03ed;hpb=9f5cecf26bd70a92ed013f31afec59e272623ac1;p=m6w6%2Fext-pq diff --git a/src/php_pqstm.c b/src/php_pqstm.c index 016b5b7..83496df 100644 --- a/src/php_pqstm.c +++ b/src/php_pqstm.c @@ -359,6 +359,7 @@ 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_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);