X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqtxn.c;h=021ece4c25594d591b332da5dcdd6b6edc637c64;hb=17e6dcce1f6176f0c428e14964bf8320f1de2779;hp=5c2695f61d1ab24335c6d1a2626362af96cb5b1f;hpb=9f5cecf26bd70a92ed013f31afec59e272623ac1;p=m6w6%2Fext-pq diff --git a/src/php_pqtxn.c b/src/php_pqtxn.c index 5c2695f..021ece4 100644 --- a/src/php_pqtxn.c +++ b/src/php_pqtxn.c @@ -886,6 +886,8 @@ PHP_MINIT_FUNCTION(pqtxn) php_pqtxn_object_handlers.write_property = php_pq_object_write_prop; php_pqtxn_object_handlers.clone_obj = NULL; php_pqtxn_object_handlers.get_property_ptr_ptr = NULL; + php_pqtxn_object_handlers.get_gc = NULL; + php_pqtxn_object_handlers.get_properties = php_pq_object_properties; php_pqtxn_object_handlers.get_debug_info = php_pq_object_debug_info; zend_hash_init(&php_pqtxn_object_prophandlers, 4, NULL, NULL, 1);