mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Properly initialize _override executor globals
This commit is contained in:
commit
063de1fbdf
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue