From 732189565758db805fd3f59d8ca0a2eeb705680a Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 7 Feb 2012 10:18:46 +0000 Subject: [PATCH] // Change required version to php 5.1.2 in installer --- install-dev/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-dev/init.php b/install-dev/init.php index 69c0d27c0..32bc9b02b 100644 --- a/install-dev/init.php +++ b/install-dev/init.php @@ -26,8 +26,8 @@ */ // Check PHP version -if (version_compare(PHP_VERSION, '5.1', '<')) - die('You need at least PHP 5.1 to run PrestaShop. Your current PHP version is '.PHP_VERSION); +if (version_compare(PHP_VERSION, '5.1.2', '<')) + die('You need at least PHP 5.1.2 to run PrestaShop. Your current PHP version is '.PHP_VERSION); // Generate common constants define('PS_INSTALLATION_IN_PROGRESS', true);