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()
428 bucket->expires = t + CWDG(realpath_cache_ttl); in realpath_cache_add()
444 if (CWDG(realpath_cache_ttl) && (*bucket)->expires < t) { in realpath_cache_find()
1142 t = CWDG(realpath_cache_ttl) ? 0 : -1; in virtual_file_ex()
H A Dzend_virtual_cwd.h235 zend_long realpath_cache_ttl; member
/php-src/main/
H A Dmain.c769 …STD_PHP_INI_ENTRY("realpath_cache_ttl", "120", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_ttl
/php-src/
H A Dphp.ini-development367 ;realpath_cache_ttl = 120
H A Dphp.ini-production367 ;realpath_cache_ttl = 120

Completed in 31 milliseconds