This commit is contained in:
Rémi Gaillard
2013-10-30 15:40:40 +01:00
parent 9ef10ee806
commit a0f4eab4c1
+1 -1
View File
@@ -27,7 +27,7 @@
ob_start(); ob_start();
// Check PHP version // Check PHP version
if (version_compare(preg_replace('/[A-Za-z\-]/', '', PHP_VERSION), '5.1.3', '<')) if (version_compare(preg_replace('/[^0-9.]/', '', PHP_VERSION), '5.1.3', '<'))
die('You need at least PHP 5.1.3 to run PrestaShop. Your current PHP version is '.PHP_VERSION); die('You need at least PHP 5.1.3 to run PrestaShop. Your current PHP version is '.PHP_VERSION);
// Generate common constants // Generate common constants