Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A DZendAccelerator.h220 long force_restart_timeout; member
H A Dzend_accelerator_module.c266 …80" , PHP_INI_SYSTEM, OnUpdateLong, accel_directives.force_restart_timeout, zend_…
674 …_long(directives, "opcache.force_restart_timeout", ZCG(accel_directives).force_restart_timeout); in ZEND_FUNCTION()
H A DZendAccelerator.c628 if (ZCG(accel_directives).force_restart_timeout in accel_is_inactive()
631 …ter %d seconds), locked by %d", time(NULL), ZCG(accel_directives).force_restart_timeout, mem_usage… in accel_is_inactive()
2726 if (ZCG(accel_directives).force_restart_timeout) {
2727 ZCSG(force_restart_time) = zend_accel_get_time() + ZCG(accel_directives).force_restart_timeout;
H A DREADME186 opcache.force_restart_timeout (default "180")
/PHP-5.5/
H A DUPGRADING505 - opcache.force_restart_timeout (default "180")
H A Dphp.ini-development1911 ;opcache.force_restart_timeout=180
H A Dphp.ini-production1911 ;opcache.force_restart_timeout=180

Completed in 40 milliseconds