Home
last modified time | relevance | path

Searched refs:user_ini_cache_ttl (Results 1 – 5 of 5) sorted by last modified time

/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c1084 ctx->entry->expires = request_time + PG(user_ini_cache_ttl); in lsapi_activate_user_ini_walk_down_the_path()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_main.c736 entry->expires = request_time + PG(user_ini_cache_ttl);
/PHP-7.2/sapi/cgi/
H A Dcgi_main.c865 entry->expires = request_time + PG(user_ini_cache_ttl);
/PHP-7.2/main/
H A Dmain.c633 …RY("user_ini.cache_ttl", "300", PHP_INI_SYSTEM, OnUpdateLong, user_ini_cache_ttl, php_core_gl…
H A Dphp_globals.h162 zend_long user_ini_cache_ttl; member

Completed in 35 milliseconds