virtual_cwd_activate() should be called only in one place
authorAnatol Belski <ab@php.net>
Thu, 31 Oct 2013 23:56:22 +0000 (00:56 +0100)
committerAnatol Belski <ab@php.net>
Thu, 31 Oct 2013 23:56:22 +0000 (00:56 +0100)
Zend/zend.c

index b98d264a3c050ec66870b6aa1f0c77bdc0594c20..b86eca477c74a788e276598ab76b264daf3a8922 100644 (file)
@@ -921,7 +921,6 @@ ZEND_API char *get_zend_version(void) /* {{{ */
 
 void zend_activate(TSRMLS_D) /* {{{ */
 {
-       virtual_cwd_activate(TSRMLS_C);
        gc_reset(TSRMLS_C);
        init_compiler(TSRMLS_C);
        init_executor(TSRMLS_C);