]> granicus.if.org Git - php/commitdiff
Fix com_dotnet build
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 7 Oct 2019 17:34:57 +0000 (19:34 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 7 Oct 2019 17:39:38 +0000 (19:39 +0200)
ext/com_dotnet/com_saproxy.c

index 9ddcea3d9ac228c17e31c4c152e2d820ed97f8a4..2b42315151bfeea0e6269f3dda95d11f6f6a9b19 100644 (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 */