mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Properly initialize _override executor globals
This commit is contained in:
commit
1fa8187c7b
@ -832,6 +832,8 @@ static void executor_globals_ctor(zend_executor_globals *executor_globals) /* {{
|
||||
executor_globals->record_errors = false;
|
||||
executor_globals->num_errors = 0;
|
||||
executor_globals->errors = NULL;
|
||||
executor_globals->filename_override = NULL;
|
||||
executor_globals->lineno_override = -1;
|
||||
#ifdef ZEND_CHECK_STACK_LIMIT
|
||||
executor_globals->stack_limit = (void*)0;
|
||||
executor_globals->stack_base = (void*)0;
|
||||
|
Loading…
Reference in New Issue
Block a user