File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,10 @@ PHP 8.5 UPGRADE NOTES
108
108
- Opcache:
109
109
. Introduce opcache.file_cache_read_only to support a read-only
110
110
opcache.file_cache directory, for use with read-only Docker containers.
111
- Best used with `opcache.validate_timestamps=0`, `opcache.revalidate_freq=0`
112
- and `opcache.enable_file_override=1`.
113
- Note: this cache isn't portable between PHP builds, enforced by the
114
- inclusion of the `zend_system_id` both in the directory path, and
115
- each cache file.
111
+ Best used with `opcache.validate_timestamps=0`, `opcache.enable_file_override=1`
112
+ and `opcache.file_cache_consistency_checks=false`.
113
+ Note: A cache generated with a different build of PHP, or different settings
114
+ (including which extensions are loaded) may be ignored.
116
115
117
116
========================================
118
117
10. New Global Constants
You can’t perform that action at this time.
0 commit comments