From e76c94b8ab9782027bfaae8409bf497ec67cdeaf Mon Sep 17 00:00:00 2001 From: Kos Rafal Date: Wed, 13 Feb 2013 10:56:07 +0100 Subject: [PATCH] change required version to 5.3.2 because of stream_resolve_include_path function --- app/bootstrap.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.