mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ZTS fixes.
This commit is contained in:
parent
3aad9e2048
commit
52b001cc05
19 changed files with 31 additions and 31 deletions
|
@ -588,12 +588,12 @@ void zend_register_default_exception(TSRMLS_D)
|
|||
zend_declare_property_long(error_exception_ce, "severity", sizeof("severity")-1, E_ERROR, ZEND_ACC_PROTECTED TSRMLS_CC);
|
||||
}
|
||||
|
||||
ZEND_API zend_class_entry *zend_exception_get_default(void)
|
||||
ZEND_API zend_class_entry *zend_exception_get_default(TSRMLS_D)
|
||||
{
|
||||
return U_CLASS_ENTRY(default_exception_ce);
|
||||
}
|
||||
|
||||
ZEND_API zend_class_entry *zend_get_error_exception(void)
|
||||
ZEND_API zend_class_entry *zend_get_error_exception(TSRMLS_D)
|
||||
{
|
||||
return U_CLASS_ENTRY(error_exception_ce);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue