mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.c
This commit is contained in:
@@ -1248,7 +1248,9 @@ int main(int argc, char *argv[])
|
||||
#ifdef ZTS
|
||||
tsrm_startup(1, 1, 0, NULL);
|
||||
(void)ts_resource(0);
|
||||
# ifdef PHP_WIN32
|
||||
ZEND_TSRMLS_CACHE_UPDATE();
|
||||
# endif
|
||||
#endif
|
||||
|
||||
zend_signal_startup();
|
||||
|
||||
Reference in New Issue
Block a user