This commit is contained in:
Andrew Collington 2020-02-22 17:26:43 +00:00
parent 22d360c359
commit 573ed4a724

View file

@ -184,7 +184,7 @@ class OpCacheService
$files = array_values($status['scripts']); $files = array_values($status['scripts']);
} }
if ($config['directives']['opcache.file_cache_only']) { if ($config['directives']['opcache.file_cache_only'] || !empty($status['file_cache_only'])) {
$overview = false; $overview = false;
} else { } else {
$overview = array_merge( $overview = array_merge(