Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A DZendAccelerator.h219 long consistency_checks; member
H A Dzend_accelerator_module.c265 …0" , PHP_INI_ALL , OnUpdateLong, accel_directives.consistency_checks, zend…
673 …soc_long(directives, "opcache.consistency_checks", ZCG(accel_directives).consistency_checks); in ZEND_FUNCTION()
H A DREADME180 opcache.consistency_checks (default "0")
H A DZendAccelerator.c1584 if (persistent_script && ZCG(accel_directives).consistency_checks
1585 && persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) {
/PHP-5.5/
H A DUPGRADING504 - opcache.consistency_checks (default "0")
H A Dphp.ini-development1907 ;opcache.consistency_checks=0
H A Dphp.ini-production1907 ;opcache.consistency_checks=0

Completed in 38 milliseconds