diff --git a/app/bootstrap.php b/app/bootstrap.php index bac5bf5a10db9..64fc722f03568 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -61,9 +61,9 @@ if (!defined('BARE_BOOTSTRAP')) { /* PHP version validation */ - if (version_compare(phpversion(), '5.3.0', '<') === true) { + if (version_compare(phpversion(), '5.3.2', '<') === true) { if (PHP_SAPI == 'cli') { - echo 'Magento supports PHP 5.3.0 or newer. Please read http://www.magento.com/install.'; + echo 'Magento supports PHP 5.3.2 or newer. Please read http://www.magento.com/install.'; } else { echo << @@ -71,7 +71,7 @@

Whoops, it looks like you have an invalid PHP version.

-

Magento supports PHP 5.3.0 or newer. +

Magento supports PHP 5.3.2 or newer. Find out how to install Magento using PHP-CGI as a work-around.