Should have tested this change before committing.

This commit is contained in:
Wez Furlong 2004-04-28 23:24:33 +00:00
parent 1721e5d44e
commit 1ee2b46d2f

View File

@ -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);