mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
bring back all the TSRMLS_FETCH() stuff
for better comparability with the mainstream
This commit is contained in:
parent
382f95e612
commit
c00424e427
97 changed files with 377 additions and 12 deletions
|
@ -1235,7 +1235,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
#ifdef ZTS
|
||||
tsrm_startup(1, 1, 0, NULL);
|
||||
tsrm_ls = ts_resource_ex(0, NULL);
|
||||
tsrm_ls = ts_resource(0);
|
||||
#endif
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue