// Change required version to php 5.1.2 in installer

This commit is contained in:
rMalie
2012-02-07 10:18:46 +00:00
parent 705f0122f4
commit 1503bc49f6
+2 -2
View File
@@ -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);