]> granicus.if.org Git - php/commitdiff
that's not my copy of the exception ctor, do don't fiddle its flags.
authorWez Furlong <wez@php.net>
Tue, 27 Jul 2004 22:17:40 +0000 (22:17 +0000)
committerWez Furlong <wez@php.net>
Tue, 27 Jul 2004 22:17:40 +0000 (22:17 +0000)
ext/com_dotnet/com_extension.c

index 51484514605c6b098ca474720b52158eed49879b..c4679a82eecf110929052382e8f89c9496f80d7e 100644 (file)
@@ -194,7 +194,7 @@ PHP_MINIT_FUNCTION(com_dotnet)
        INIT_CLASS_ENTRY(ce, "com_exception", NULL);
        php_com_exception_class_entry = zend_register_internal_class_ex(&ce, zend_exception_get_default(), NULL TSRMLS_CC);
        php_com_exception_class_entry->ce_flags |= ZEND_ACC_FINAL;
-       php_com_exception_class_entry->constructor->common.fn_flags |= ZEND_ACC_PROTECTED;
+//     php_com_exception_class_entry->constructor->common.fn_flags |= ZEND_ACC_PROTECTED;
 
        INIT_CLASS_ENTRY(ce, "com_safearray_proxy", NULL);
        php_com_saproxy_class_entry = zend_register_internal_class(&ce TSRMLS_CC);