mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.
This commit is contained in:
parent
a1b7bc0c81
commit
9499484ed2
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