X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqcopy.c;h=1ea8a50618919990ac0bf2603c2f2ede6c554581;hp=89ab68c5037bab7207c37778a4cf93251c6872ab;hb=6c838021951716e5b37a0c891cd40c669268de8c;hpb=9f5cecf26bd70a92ed013f31afec59e272623ac1 diff --git a/src/php_pqcopy.c b/src/php_pqcopy.c index 89ab68c..1ea8a50 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_properties = php_pq_object_properties; php_pqcopy_object_handlers.get_debug_info = php_pq_object_debug_info; zend_hash_init(&php_pqcopy_object_prophandlers, 4, NULL, NULL, 1);