mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
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:
commit
2dd2dcaf9c
28 changed files with 246 additions and 67 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue