diff options
Diffstat (limited to 'ext/com_dotnet/com_saproxy.c')
-rw-r--r-- | ext/com_dotnet/com_saproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |