Home
last modified time | relevance | path

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

/php-src/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 Dopcache_invalidate_deleted_file.phpt7 opcache.validate_timestamps=0
H A Dbug74596.phpt7 opcache.validate_timestamps=0
H A Dgh8846.phpt8 opcache.validate_timestamps=1
/php-src/ext/phar/tests/
H A Dfront.phar.phpt5 opcache.validate_timestamps=1
H A Dcreate_new_and_modify.phpt8 opcache.validate_timestamps=1
H A Ddelete_in_phar.phpt8 opcache.validate_timestamps=1
H A Ddelete_in_phar_confirm.phpt8 opcache.validate_timestamps=1
/php-src/ext/phar/tests/tar/
H A Dtar_004.phpt8 opcache.validate_timestamps=1
H A Dcreate_new_and_modify.phpt7 opcache.validate_timestamps=1
H A Ddelete_in_phar.phpt8 opcache.validate_timestamps=1
H A Ddelete_in_phar_confirm.phpt8 opcache.validate_timestamps=1
/php-src/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt7 opcache.validate_timestamps=1
H A Ddelete_in_phar.phpt8 opcache.validate_timestamps=1
H A Ddelete_in_phar_confirm.phpt8 opcache.validate_timestamps=1
/php-src/ext/opcache/
H A DZendAccelerator.h151 bool validate_timestamps; member
H A Dzend_accelerator_module.c276 …e_timestamps", "1", PHP_INI_ALL , OnUpdateBool, accel_directives.validate_timestamps, zend_accel…
360 if (ZCG(accel_directives).validate_timestamps) {
623 if (ZCG(accel_directives).validate_timestamps) {
792 …_assoc_bool(&directives, "opcache.validate_timestamps", ZCG(accel_directives).validate_timestamps);
H A DZendAccelerator.c1420 !ZCG(accel_directives).validate_timestamps || in zend_accel_invalidate()
1578 (!ZCG(accel_directives).validate_timestamps || in cache_script_in_shared_memory()
1760 if (ZCG(accel_directives).validate_timestamps || in opcache_compile_file()
1861 if (ZCG(accel_directives).validate_timestamps) { in opcache_compile_file()
2115 if (persistent_script && ZCG(accel_directives).validate_timestamps) { in persistent_compile_file()
H A Dzend_file_cache.c1829 if (ZCG(accel_directives).validate_timestamps &&
/php-src/
H A Dphp.ini-development1725 ;opcache.validate_timestamps=1
H A Dphp.ini-production1727 ;opcache.validate_timestamps=1

Completed in 46 milliseconds