Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/tests/
H A Dgh8065.phpt2 GH-8065: opcache.consistency_checks > 0 causes segfaults in PHP >= 8.1.5 in fpm context
7 opcache.consistency_checks=1
11 var_dump(ini_get("opcache.consistency_checks"));
12 var_dump(ini_set("opcache.consistency_checks", 1));
13 var_dump(ini_set("opcache.consistency_checks", -1));
14 var_dump(ini_set("opcache.consistency_checks", 0));
17 %sWarning opcache.consistency_checks is reset back to 0 because it does not work properly (see GH-8…
20 %sWarning opcache.consistency_checks is reset back to 0 because it does not work properly (see GH-8…
23 %sWarning opcache.consistency_checks is reset back to 0 because it does not work properly (see GH-8…
/PHP-8.2/ext/opcache/
H A DZendAccelerator.h152 zend_long consistency_checks; member
H A Dzend_accelerator_module.c134 zend_long consistency_checks = atoi(ZSTR_VAL(new_value)); in ZEND_INI_MH() local
136 if (consistency_checks != 0) { in ZEND_INI_MH()
278 …, PHP_INI_ALL , OnUpdateConsistencyChecks, accel_directives.consistency_checks, zend…
769 …oc_long(&directives, "opcache.consistency_checks", ZCG(accel_directives).consistency_checks);
H A DZendAccelerator.c2135 if (persistent_script && ZCG(accel_directives).consistency_checks in persistent_compile_file()
2136 && persistent_script->dynamic_members.hits % ZCG(accel_directives).consistency_checks == 0) { in persistent_compile_file()
/PHP-8.2/
H A DUPGRADING511 . opcache.consistency_checks
H A DNEWS1447 . Fixed bug GH-8065 (opcache.consistency_checks > 0 causes segfaults in
H A Dphp.ini-development1852 ;opcache.consistency_checks=0
H A Dphp.ini-production1854 ;opcache.consistency_checks=0

Completed in 46 milliseconds