X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqcopy.c;h=77644b1173d292458d0cea020b3a831c2ccb5d81;hp=1ea8a50618919990ac0bf2603c2f2ede6c554581;hb=5aa292d5bc46cd8fe266d682397dba19dc1e1d36;hpb=4be7248e5507090aeb09ade52e3de372e2a11dd5 diff --git a/src/php_pqcopy.c b/src/php_pqcopy.c index 1ea8a50..77644b1 100644 --- a/src/php_pqcopy.c +++ b/src/php_pqcopy.c @@ -322,6 +322,7 @@ PHP_MINIT_FUNCTION(pqcopy) php_pqcopy_object_handlers.write_property = php_pq_object_write_prop; php_pqcopy_object_handlers.clone_obj = NULL; php_pqcopy_object_handlers.get_property_ptr_ptr = NULL; + php_pqcopy_object_handlers.get_gc = NULL; php_pqcopy_object_handlers.get_properties = php_pq_object_properties; php_pqcopy_object_handlers.get_debug_info = php_pq_object_debug_info;