mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Merge branch 'PHP-5.5'
* PHP-5.5: updated NEWS Fixed bug #64853Use of no longer available ini directives causes crash on TS build
This commit is contained in:
commit
2933f77e39
1 changed files with 2 additions and 0 deletions
|
@ -2070,6 +2070,8 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
|
|||
EG(exception_class) = NULL;
|
||||
PG(disable_functions) = NULL;
|
||||
PG(disable_classes) = NULL;
|
||||
EG(exception) = NULL;
|
||||
EG(objects_store).object_buckets = NULL;
|
||||
|
||||
#if HAVE_SETLOCALE
|
||||
setlocale(LC_CTYPE, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue