initialize valid_symbol_table, important for the main thread

to prevent php_errormsg population on invalid symlol_table
This commit is contained in:
Anatol Belski 2017-02-18 17:58:17 +01:00
parent 513582814b
commit 1623ef10c9

View file

@ -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;
}
/* }}} */