mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ZTS fix.
This commit is contained in:
parent
7bbbd5035d
commit
afdecc374d
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ PHP_MINIT_FUNCTION(dom)
|
|||
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);
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue