mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
initialize valid_symbol_table, important for the main thread
to prevent php_errormsg population on invalid symlol_table
This commit is contained in:
parent
513582814b
commit
1623ef10c9
1 changed files with 1 additions and 0 deletions
|
@ -567,6 +567,7 @@ static void executor_globals_ctor(zend_executor_globals *executor_globals) /* {{
|
|||
#ifdef ZEND_WIN32
|
||||
zend_get_windows_version_info(&executor_globals->windows_version_info);
|
||||
#endif
|
||||
executor_globals->valid_symbol_table = 0;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue