]> granicus.if.org Git - php/commitdiff
removed unnecessary call
authorAnatol Belski <ab@php.net>
Thu, 31 Oct 2013 20:38:24 +0000 (21:38 +0100)
committerAnatol Belski <ab@php.net>
Thu, 31 Oct 2013 20:38:24 +0000 (21:38 +0100)
Zend/zend_virtual_cwd.c

index 4478cd380932eccf873f1e72674b868ed5278873..d9da5cf4c0c8ea1e20d5c634ffc946fbeb9d4d51 100644 (file)
@@ -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);
 }
 /* }}} */