File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 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
105105 readline_callback_handler_install() have been changed to true, rather
106106 than bool.
107107
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+
108112========================================
10911310. New Global Constants
110114========================================
Original file line number Diff line number Diff line change @@ -3329,7 +3329,7 @@ static zend_result accel_post_startup(void)
33293329#endif
33303330 }
33313331
3332- if ( ZCG (accel_directives ).file_cache ){
3332+ if ( ZCG (accel_directives ).file_cache ) {
33333333 zend_stat_t buf = {0 };
33343334
33353335 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