File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,11 @@ PHP 8.5 UPGRADE NOTES
107
107
108
108
- Opcache:
109
109
. Introduce opcache.file_cache_read_only to support a read-only
110
- opcache.file_cache directory, for use with read-only Docker containers.
110
+ ` opcache.file_cache` directory, for use with read-only Docker containers.
111
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.
112
+ and `opcache.file_cache_consistency_checks=0 `.
113
+ Note: A cache generated with a different build of PHP, a different file path,
114
+ or different settings (including which extensions are loaded), may be ignored.
115
115
116
116
========================================
117
117
10. New Global Constants
You can’t perform that action at this time.
0 commit comments