Home
last modified time | relevance | path

Searched refs:validate_timestamps (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/opcache/tests/
H A Dbug69281.phpt2 Test that script cached info is correct with validate_timestamps disabled
7 opcache.validate_timestamps=0
H A Dis_script_cached.phpt7 opcache.validate_timestamps=1
H A Dbug74663.phpt8 opcache.validate_timestamps=1
H A Dbug74596.phpt7 opcache.validate_timestamps=0
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h151 zend_bool validate_timestamps; member
H A Dzend_accelerator_module.c277 …e_timestamps", "1", PHP_INI_ALL , OnUpdateBool, accel_directives.validate_timestamps, zend_accel…
341 if (ZCG(accel_directives).validate_timestamps) {
565 if (ZCG(accel_directives).validate_timestamps) {
731 …_assoc_bool(&directives, "opcache.validate_timestamps", ZCG(accel_directives).validate_timestamps);
H A DZendAccelerator.c1313 !ZCG(accel_directives).validate_timestamps || in zend_accel_invalidate()
1472 (!ZCG(accel_directives).validate_timestamps || in cache_script_in_shared_memory()
1704 if (ZCG(accel_directives).validate_timestamps || in opcache_compile_file()
1800 if (ZCG(accel_directives).validate_timestamps) { in opcache_compile_file()
2062 if (persistent_script && ZCG(accel_directives).validate_timestamps) { in persistent_compile_file()
H A Dzend_file_cache.c1576 if (ZCG(accel_directives).validate_timestamps &&
/PHP-7.4/
H A Dphp.ini-development1795 ;opcache.validate_timestamps=1
H A Dphp.ini-production1795 ;opcache.validate_timestamps=1

Completed in 50 milliseconds