Home
last modified time | relevance | path

Searched refs:realpath_cache_ttl (Results 1 – 5 of 5) sorted by relevance

/php-src/Zend/
H A Dzend_virtual_cwd.c148 cwd_g->realpath_cache_ttl = REALPATH_CACHE_TTL; in cwd_globals_ctor()
426 bucket->expires = t + CWDG(realpath_cache_ttl); in realpath_cache_add()
442 if (CWDG(realpath_cache_ttl) && (*bucket)->expires < t) { in realpath_cache_find()
1140 t = CWDG(realpath_cache_ttl) ? 0 : -1; in virtual_file_ex()
H A Dzend_virtual_cwd.h237 zend_long realpath_cache_ttl; member
/php-src/main/
H A Dmain.c816 …STD_PHP_INI_ENTRY("realpath_cache_ttl", "120", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_ttl
/php-src/
H A Dphp.ini-development357 ;realpath_cache_ttl = 120
H A Dphp.ini-production357 ;realpath_cache_ttl = 120

Completed in 33 milliseconds