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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user