From 121bb732f9408117f29d5372a6ee4aeaa9cbb61b Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 7 Oct 2019 19:34:57 +0200 Subject: [PATCH] Fix com_dotnet build --- ext/com_dotnet/com_saproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.50.1