mirror of
https://github.com/php/php-src.git
synced 2026-04-03 06:02:23 +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:
@@ -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, "");
|
||||
|
||||
Reference in New Issue
Block a user