File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ PHP 8.5 UPGRADE NOTES
105
105
readline_callback_handler_install() have been changed to true, rather
106
106
than bool.
107
107
108
+ - opcache:
109
+ . Introduce opcache.file_cache_read_only to support a read-only
110
+ opcache.file_cache directory, for use with read-only Docker containers.
111
+
108
112
========================================
109
113
10. New Global Constants
110
114
========================================
Original file line number Diff line number Diff line change @@ -3329,7 +3329,7 @@ static zend_result accel_post_startup(void)
3329
3329
#endif
3330
3330
}
3331
3331
3332
- if ( ZCG (accel_directives ).file_cache ){
3332
+ if ( ZCG (accel_directives ).file_cache ) {
3333
3333
zend_stat_t buf = {0 };
3334
3334
3335
3335
if (!IS_ABSOLUTE_PATH (ZCG (accel_directives ).file_cache , strlen (ZCG (accel_directives ).file_cache )) ||
You can’t perform that action at this time.
0 commit comments