From: Wez Furlong Date: Wed, 28 Apr 2004 23:24:33 +0000 (+0000) Subject: Should have tested this change before committing. X-Git-Tag: RELEASE_0_1~338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ee2b46d2f18ac3f6183f6071159328963ab6fa3;p=php Should have tested this change before committing. --- diff --git a/ext/com_dotnet/com_extension.c b/ext/com_dotnet/com_extension.c index 7fafce19ca..b88a99ccfb 100644 --- a/ext/com_dotnet/com_extension.c +++ b/ext/com_dotnet/com_extension.c @@ -197,7 +197,7 @@ PHP_MINIT_FUNCTION(com_dotnet) INIT_CLASS_ENTRY(ce, "com_safearray_proxy", NULL); php_com_saproxy_class_entry = zend_register_internal_class(&ce TSRMLS_CC); php_com_saproxy_class_entry->ce_flags |= ZEND_ACC_FINAL; - php_com_saproxy_class_entry->constructor->common.fn_flags |= ZEND_ACC_PROTECTED; +// php_com_saproxy_class_entry->constructor->common.fn_flags |= ZEND_ACC_PROTECTED; php_com_saproxy_class_entry->get_iterator = php_com_saproxy_iter_get; INIT_CLASS_ENTRY(ce, "variant", NULL);