mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #19191 from laurisb/patch-1
Improve Opcache detection
This commit is contained in:
commit
19171d77e2
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ Raw output
|
|||
}
|
||||
|
||||
protected function hasOpcacheLoaded(): bool {
|
||||
return function_exists('opcache_get_status');
|
||||
return extension_loaded('Zend OPcache');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue