Home
last modified time | relevance | path

Searched refs:force_restart_timeout (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/opcache/
H A DZendAccelerator.h153 zend_long force_restart_timeout; member
H A Dzend_accelerator_module.c279 …80" , PHP_INI_SYSTEM, OnUpdateLong, accel_directives.force_restart_timeout, zend_…
770 …long(&directives, "opcache.force_restart_timeout", ZCG(accel_directives).force_restart_timeout);
H A DZendAccelerator.c922 if (ZCG(accel_directives).force_restart_timeout in accel_is_inactive()
925 … seconds), locked by %d", (long)time(NULL), ZCG(accel_directives).force_restart_timeout, mem_usage… in accel_is_inactive()
3445 if (ZCG(accel_directives).force_restart_timeout) {
3446 ZCSG(force_restart_time) = zend_accel_get_time() + ZCG(accel_directives).force_restart_timeout;
/PHP-8.2/
H A DUPGRADING513 . opcache.force_restart_timeout
H A Dphp.ini-development1856 ;opcache.force_restart_timeout=180
H A Dphp.ini-production1858 ;opcache.force_restart_timeout=180

Completed in 37 milliseconds