1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00

limit virtual_cwd_activate() duplicated call to ZTS only

This commit is contained in:
Anatol Belski
2013-11-02 13:32:31 +01:00
parent 9df78bf9fd
commit 699f07ba44
+2
View File
@@ -921,7 +921,9 @@ ZEND_API char *get_zend_version(void) /* {{{ */
void zend_activate(TSRMLS_D) /* {{{ */
{
#ifdef ZTS
virtual_cwd_activate(TSRMLS_C);
#endif
gc_reset(TSRMLS_C);
init_compiler(TSRMLS_C);
init_executor(TSRMLS_C);