Home
last modified time | relevance | path

Searched refs:file_cache_only (Results 1 – 22 of 22) sorted by relevance

/PHP-7.1/ext/phar/tests/tar/
H A Dcreate_new_and_modify.phpt20 …if ($status["opcache_enabled"] || (isset($status["file_cache_only"]) && $status["file_cache_only"]…
/PHP-7.1/ext/phar/tests/zip/
H A Dcreate_new_and_modify.phpt20 …if ($status["opcache_enabled"] || (isset($status["file_cache_only"]) && $status["file_cache_only"]…
/PHP-7.1/ext/phar/tests/
H A Dcreate_new_and_modify.phpt26 …if ($status["opcache_enabled"] || (isset($status["file_cache_only"]) && $status["file_cache_only"]…
/PHP-7.1/ext/opcache/tests/
H A Dis_script_cached.phpt8 opcache.file_cache_only=0
H A Dbug69281.phpt8 opcache.file_cache_only=0
H A D001_cli.phpt6 opcache.file_cache_only=0
H A Dbug71443.phpt7 opcache.file_cache_only=1
H A Dleak_001.phpt6 opcache.file_cache_only=0
H A Dbug65915.phpt6 opcache.file_cache_only=0
H A Dlog_verbosity_bug.phpt10 opcache.file_cache_only=0
H A Dzzz_basic_logging.phpt9 opcache.file_cache_only=0
H A Dblacklist-win32.phpt8 opcache.file_cache_only=0
H A Dblacklist.phpt8 opcache.file_cache_only=0
H A Dbug74596.phpt8 opcache.file_cache_only=0
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_module.c319 … , "0" , PHP_INI_SYSTEM, OnUpdateBool, accel_directives.file_cache_only, …
409 if (file_cache_only) {
445 ((ZCG(counted) || ZCSG(accelerator_enabled)) || file_cache_only)
460 if (!file_cache_only) {
470 if (file_cache_only) {
619 if (file_cache_only) {
735 …ool(&directives, "opcache.file_cache_only", ZCG(accel_directives).file_cache_only);
H A DZendAccelerator.h208 zend_bool file_cache_only; member
292 extern zend_bool file_cache_only;
H A DZendAccelerator.c112 zend_bool file_cache_only = 0; /* process uses file cache only */ variable
454 if (file_cache_only) { in accel_new_interned_string()
1707 } else if (file_cache_only) { in persistent_compile_file()
2007 !file_cache_only && in persistent_zend_resolve_path()
2140 if (file_cache_only) { in accel_activate()
2818 file_cache_only = ZCG(accel_directives).file_cache_only;
2819 if (!file_cache_only) {
2857 file_cache_only = 1;
2983 _file_cache_only = file_cache_only;
H A Dzend_file_cache.c900 if (EXPECTED(!file_cache_only)) { in zend_file_cache_unserialize_hash()
1432 if (!file_cache_only && in zend_file_cache_script_load()
H A Dzend_persist.c38 if (file_cache_only) { \
/PHP-7.1/
H A Dphp.ini-development1906 ;opcache.file_cache_only=0
1911 ; Implies opcache.file_cache_only=1 for a certain process that failed to
H A Dphp.ini-production1906 ;opcache.file_cache_only=0
1911 ; Implies opcache.file_cache_only=1 for a certain process that failed to
H A DNEWS3889 opcache.file_cache_only=1). (Laruence)
3900 . Fixed bug #70022 (Crash with opcache using opcache.file_cache_only=1).

Completed in 56 milliseconds