X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqcur.c;h=6dcd83e3823222ba63678ca7bd9e3395f5da3315;hp=9989533f967ef58e05e8685f4900f739f8c4ddf7;hb=1e1d31873ad4283bd9acc3349107585f88161ea2;hpb=8897b5a581a86279a2ee371784b6b7670c8b8cc1 diff --git a/src/php_pqcur.c b/src/php_pqcur.c index 9989533..6dcd83e 100644 --- a/src/php_pqcur.c +++ b/src/php_pqcur.c @@ -433,7 +433,7 @@ PHP_MINIT_FUNCTION(pqcur) php_pqcur_object_handlers.read_property = php_pq_object_read_prop; php_pqcur_object_handlers.write_property = php_pq_object_write_prop; php_pqcur_object_handlers.clone_obj = NULL; - php_pqcur_object_handlers.get_property_ptr_ptr = NULL; + php_pqcur_object_handlers.get_property_ptr_ptr = php_pq_object_get_prop_ptr_null; php_pqcur_object_handlers.get_gc = php_pq_object_get_gc; php_pqcur_object_handlers.get_properties = php_pq_object_properties; php_pqcur_object_handlers.get_debug_info = php_pq_object_debug_info;