php5.* opcache加载判断

pull/59/head
大饼博士 2018-05-11 12:11:28 +08:00
parent 3fac3ae3c3
commit c62c0dfdc2
1 changed files with 1 additions and 1 deletions

2
application/admin/command/Api.php 100755 → 100644
View File

@ -70,7 +70,7 @@ class Api extends Command
}
if (version_compare(PHP_VERSION, '7.0.0', '<')) {
if (extension_loaded('opcache')) {
if (extension_loaded('Zend OPcache')) {
$configuration = opcache_get_configuration();
$directives = $configuration['directives'];
$configName = request()->isCli() ? 'opcache.enable_cli' : 'opcache.enable';