Fix com_dotnet build

This commit is contained in:
Christoph M. Becker 2019-10-07 19:34:57 +02:00
parent 9522bbaf79
commit 121bb732f9

View file

@ -397,7 +397,7 @@ zend_object_handlers php_com_saproxy_handlers = {
saproxy_constructor_get,
saproxy_class_name_get,
saproxy_object_cast,
saproxy_count_elements
saproxy_count_elements,
NULL, /* get_debug_info */
NULL, /* get_closure */
NULL, /* get_gc */