mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Properly initialize _override executor globals
This commit is contained in:
@@ -817,6 +817,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;
|
||||
|
||||
Reference in New Issue
Block a user