X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtxn.c;h=021ece4c25594d591b332da5dcdd6b6edc637c64;hp=411b7fbc587905fc70335efa26cf3ede176cdc42;hb=5aa292d5bc46cd8fe266d682397dba19dc1e1d36;hpb=4be7248e5507090aeb09ade52e3de372e2a11dd5 diff --git a/src/php_pqtxn.c b/src/php_pqtxn.c index 411b7fb..021ece4 100644 --- a/src/php_pqtxn.c +++ b/src/php_pqtxn.c @@ -886,6 +886,7 @@ 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;