From: Christoph M. Becker Date: Mon, 7 Oct 2019 17:34:57 +0000 (+0200) Subject: Fix com_dotnet build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=121bb732f9408117f29d5372a6ee4aeaa9cbb61b;p=php Fix com_dotnet build --- diff --git a/ext/com_dotnet/com_saproxy.c b/ext/com_dotnet/com_saproxy.c index 9ddcea3d9a..2b42315151 100644 --- a/ext/com_dotnet/com_saproxy.c +++ b/ext/com_dotnet/com_saproxy.c @@ -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 */