1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  initialize valid_symbol_table, important for the main thread
This commit is contained in:
Anatol Belski
2017-02-18 18:03:55 +01:00

View File

@@ -580,6 +580,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;
}
/* }}} */