Merge branch 'PHP-7.4'

* PHP-7.4:
  Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.
This commit is contained in:
Dmitry Stogov 2019-03-14 03:02:10 +03:00
commit 2dd2dcaf9c
28 changed files with 246 additions and 67 deletions

View file

@ -1246,8 +1246,7 @@ int main(int argc, char *argv[])
#ifdef ZTS
tsrm_startup(1, 1, 0, NULL);
(void)ts_resource(0);
php_tsrm_startup();
# ifdef PHP_WIN32
ZEND_TSRMLS_CACHE_UPDATE();
# endif