mirror of
https://github.com/php/php-src.git
synced 2026-04-09 00:53:30 +02:00
use the delivered global arg instead of fetching it
This commit is contained in:
@@ -623,7 +623,7 @@ static void executor_globals_ctor(zend_executor_globals *executor_globals) /* {{
|
||||
ZEND_TSRMLS_CACHE_UPDATE();
|
||||
|
||||
zend_startup_constants();
|
||||
zend_copy_constants(EG(zend_constants), GLOBAL_CONSTANTS_TABLE);
|
||||
zend_copy_constants(executor_globals->zend_constants, GLOBAL_CONSTANTS_TABLE);
|
||||
zend_init_rsrc_plist();
|
||||
zend_init_exception_op();
|
||||
zend_init_call_trampoline_op();
|
||||
|
||||
Reference in New Issue
Block a user