Merge branch '2471' into 0.9.x

This commit is contained in:
Brion Vibber 2010-07-30 17:52:12 -07:00
commit 1bb18e9bab

View File

@ -91,7 +91,7 @@ abstract class Installer
}
if (version_compare(PHP_VERSION, '5.2.3', '<')) {
$errors[] = 'Require PHP version 5.2.3 or greater.';
$this->warning('Require PHP version 5.2.3 or greater.');
$pass = false;
}