Fixes #44
This commit is contained in:
parent
22d360c359
commit
573ed4a724
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class OpCacheService
|
|||
$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;
|
||||
} else {
|
||||
$overview = array_merge(
|
||||
|
|
Loading…
Reference in a new issue