From f1c2f8f9f17c063ac26aa5e3d0240bc6e0d07c39 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 31 Oct 2013 21:38:24 +0100 Subject: [PATCH] removed unnecessary call --- Zend/zend_virtual_cwd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Zend/zend_virtual_cwd.c b/Zend/zend_virtual_cwd.c index 4478cd3809..d9da5cf4c0 100644 --- a/Zend/zend_virtual_cwd.c +++ b/Zend/zend_virtual_cwd.c @@ -434,7 +434,6 @@ static void cwd_globals_ctor(virtual_cwd_globals *cwd_g TSRMLS_DC) /* {{{ */ cwd_g->realpath_cache_size_limit = REALPATH_CACHE_SIZE; cwd_g->realpath_cache_ttl = REALPATH_CACHE_TTL; memset(cwd_g->realpath_cache, 0, sizeof(cwd_g->realpath_cache)); - virtual_cwd_activate(TSRMLS_C); } /* }}} */ -- 2.40.0