Searched refs:cache_ttl (Results 1 – 6 of 6) sorted by relevance
172 zend_long cache_ttl; variable
3183 if (p->time < t - SOAP_GLOBAL(cache_ttl)) { in get_sdl()3228 if ((sdl = get_sdl_from_cache(key, uri, t-SOAP_GLOBAL(cache_ttl), &cached)) != NULL) { in get_sdl()
520 cache_ttl, zend_soap_globals, soap_globals)
1465 Two new INI directives, user_ini.filename and user_ini.cache_ttl1472 user_ini.cache_ttl controls how often user INI files are re-read. The
171 ;user_ini.cache_ttl = 300
Completed in 61 milliseconds