Home
last modified time | relevance | path

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

/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c425 cwd_g->realpath_cache_ttl = REALPATH_CACHE_TTL; in cwd_globals_ctor()
682 bucket->expires = t + CWDG(realpath_cache_ttl); in realpath_cache_add()
703 if (CWDG(realpath_cache_ttl) && (*bucket)->expires < t) { in realpath_cache_find()
1291 t = CWDG(realpath_cache_ttl) ? 0 : -1; in virtual_file_ex()
H A Dtsrm_virtual_cwd.h232 long realpath_cache_ttl; member
/PHP-5.4/main/
H A Dmain.c568 …STD_PHP_INI_ENTRY("realpath_cache_ttl", "120", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_ttl
/PHP-5.4/
H A Dphp.ini-development339 ;realpath_cache_ttl = 120
H A Dphp.ini-production339 ;realpath_cache_ttl = 120

Completed in 36 milliseconds