1
0
Fork 0

Skip apc check for hhvm, fixes #3081

pull/3025/merge
Jordi Boggiano 2014-07-02 17:31:13 +02:00
parent 14c6c1d9e0
commit e77435cd0c
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ EOT
$warnings['openssl'] = true;
}
if (ini_get('apc.enable_cli')) {
if (!defined('HHVM_VERSION') && ini_get('apc.enable_cli')) {
$warnings['apc_cli'] = true;
}