1
0
Fork 0

instead of generic be more verbose about possible causes

pull/4321/head
Rob Bast 2015-07-31 10:01:58 +02:00
parent 77f1d5945f
commit 51ef7b5eef
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ class Rule
} elseif ($targetName === 'hhvm') {
$text .= ' -> you are running this with PHP and not HHVM.';
} else {
$text .= ' -> your PHP version does not satisfy that requirement.';
$text .= ' -> your PHP version ('. phpversion() .') or "config.platform.php" value does not satisfy that requirement.';
}
} elseif (0 === strpos($targetName, 'ext-')) {
// handle php extensions