Skip to content
Extraits de code Groupes Projets
Valider 6150aaca rédigé par mattab's avatar mattab
Parcourir les fichiers

Refs #6224 check for HHVM first to avoid it picked up by the isValidPhpType...

Refs  #6224 check for HHVM first to avoid it picked up by the isValidPhpType call @voidswitch Does this fix the issue for you?
parent c9bc948e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -18,13 +18,13 @@ class CliPhp
{
if (defined('PHP_BINARY')) {
if ($this->isValidPhpType(PHP_BINARY)) {
return PHP_BINARY . ' -q';
}
if ($this->isHhvmBinary(PHP_BINARY)) {
return PHP_BINARY . ' --php';
}
if ($this->isValidPhpType(PHP_BINARY)) {
return PHP_BINARY . ' -q';
}
}
$bin = '';
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter