mirror of
https://github.com/php/php-src.git
synced 2025-01-24 04:33:39 +08:00
initialize script_encoding_list (reported by Gustavo Lopes)
This commit is contained in:
parent
8029a7563c
commit
ae0e5a0c8c
@ -522,6 +522,7 @@ static void compiler_globals_ctor(zend_compiler_globals *compiler_globals TSRMLS
|
||||
} else {
|
||||
compiler_globals->static_members_table = NULL;
|
||||
}
|
||||
compiler_globals->script_encoding_list = NULL;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user