mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
- Merge from Engine 1 tree
This commit is contained in:
parent
25382be8ff
commit
80b870e5d3
@ -449,7 +449,7 @@ int zend_startup(zend_utility_functions *utility_functions, char **extensions, i
|
||||
zend_startup_constants(tsrm_ls);
|
||||
GLOBAL_CONSTANTS_TABLE = EG(zend_constants);
|
||||
#else
|
||||
zend_hash_init_ex(&CG(auto_globals), 8, NULL, NULL, 1, 0);
|
||||
zend_hash_init_ex(CG(auto_globals), 8, NULL, NULL, 1, 0);
|
||||
scanner_globals_ctor(&ini_scanner_globals TSRMLS_CC);
|
||||
scanner_globals_ctor(&language_scanner_globals TSRMLS_CC);
|
||||
zend_startup_constants();
|
||||
|
Loading…
Reference in New Issue
Block a user