We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaa51d commit 3e1c63bCopy full SHA for 3e1c63b
ext/opcache/ZendAccelerator.c
@@ -3307,6 +3307,8 @@ static zend_result accel_post_startup(void)
3307
int file_cache_access_mode = 0;
3308
3309
if (ZCG(accel_directives).file_cache_read_only) {
3310
+ zend_accel_error_noreturn(ACCEL_LOG_INFO, "opcache.file_cache is in read-only mode");
3311
+
3312
if (!ZCG(accel_directives).file_cache) {
3313
accel_startup_ok = false;
3314
zend_accel_error_noreturn(ACCEL_LOG_FATAL, "opcache.file_cache_read_only is set without a proper setting of opcache.file_cache");
0 commit comments