We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7260859 commit 2fe63ffCopy full SHA for 2fe63ff
ext/com_dotnet/com_handlers.c
@@ -514,6 +514,7 @@ zend_object_handlers php_com_object_handlers = {
514
php_com_object_free_storage,
515
zend_objects_destroy_object,
516
php_com_object_clone,
517
+ NULL, /* clone_with */
518
com_property_read,
519
com_property_write,
520
com_read_dimension,
ext/com_dotnet/com_saproxy.c
@@ -402,6 +402,7 @@ zend_object_handlers php_com_saproxy_handlers = {
402
saproxy_free_storage,
403
404
saproxy_clone,
405
406
saproxy_property_read,
407
saproxy_property_write,
408
saproxy_read_dimension,
0 commit comments