From 46107c39a4751bf2689058fe158b7d247fce3e09 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 3 Aug 2004 17:10:58 +0000 Subject: [PATCH] MFH --- Zend/ZEND_CHANGES | 2 +- ext/dom/php_dom.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Zend/ZEND_CHANGES b/Zend/ZEND_CHANGES index 6508ccf91f..81f14d2793 100644 --- a/Zend/ZEND_CHANGES +++ b/Zend/ZEND_CHANGES @@ -545,7 +545,7 @@ Changes in the Zend Engine 2.0 message = $message; } diff --git a/ext/dom/php_dom.c b/ext/dom/php_dom.c index 8c2857e64f..ac7a5ae1fc 100644 --- a/ext/dom/php_dom.c +++ b/ext/dom/php_dom.c @@ -384,7 +384,6 @@ PHP_MINIT_FUNCTION(dom) INIT_CLASS_ENTRY(ce, "DOMException", php_dom_domexception_class_functions); dom_domexception_class_entry = zend_register_internal_class_ex(&ce, zend_exception_get_default(), NULL TSRMLS_CC); dom_domexception_class_entry->ce_flags |= ZEND_ACC_FINAL; - dom_domexception_class_entry->constructor->common.fn_flags |= ZEND_ACC_PROTECTED; zend_declare_property_long(dom_domexception_class_entry, "code", sizeof("code")-1, 0, ZEND_ACC_PUBLIC TSRMLS_CC); REGISTER_DOM_CLASS(ce, "DOMStringList", NULL, php_dom_domstringlist_class_functions, dom_domstringlist_class_entry); -- 2.40.0