Merge pull request #19191 from laurisb/patch-1

Improve Opcache detection
This commit is contained in:
Roeland Jago Douma 2020-04-15 11:03:05 +02:00 committed by GitHub
commit 19171d77e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ Raw output
}
protected function hasOpcacheLoaded(): bool {
return function_exists('opcache_get_status');
return extension_loaded('Zend OPcache');
}
/**