Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h205 zend_long realpath_cache_ttl; member
H A Dzend_virtual_cwd.c403 cwd_g->realpath_cache_ttl = REALPATH_CACHE_TTL; in cwd_globals_ctor()
678 bucket->expires = t + CWDG(realpath_cache_ttl); in realpath_cache_add()
694 if (CWDG(realpath_cache_ttl) && (*bucket)->expires < t) { in realpath_cache_find()
1382 t = CWDG(realpath_cache_ttl) ? 0 : -1; in virtual_file_ex()
/PHP-7.3/main/
H A Dmain.c791 …STD_PHP_INI_ENTRY("realpath_cache_ttl", "120", PHP_INI_SYSTEM, OnUpdateLong, realpath_cache_ttl
/PHP-7.3/
H A Dphp.ini-development344 ;realpath_cache_ttl = 120
H A Dphp.ini-production344 ;realpath_cache_ttl = 120

Completed in 31 milliseconds