summaryrefslogtreecommitdiff
path: root/ext/com_dotnet/com_saproxy.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-10-07 19:34:57 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-10-07 19:39:38 +0200
commit121bb732f9408117f29d5372a6ee4aeaa9cbb61b (patch)
treee3c869879483b8dae2ce7a1322871d56bcf6fa3c /ext/com_dotnet/com_saproxy.c
parent9522bbaf7920a551435d5e8c3f2745249b9b9f49 (diff)
downloadphp-git-121bb732f9408117f29d5372a6ee4aeaa9cbb61b.tar.gz
Fix com_dotnet build
Diffstat (limited to 'ext/com_dotnet/com_saproxy.c')
-rw-r--r--ext/com_dotnet/com_saproxy.c2
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 */