From a562fd9290b0d9d40f9a187f59de94b50e803733 Mon Sep 17 00:00:00 2001 From: Gianluca Raberger Date: Mon, 24 Oct 2011 15:23:05 +0300 Subject: [PATCH] Due to namespaces, changed min version of PHP to 5.3 --- wcfsetup/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/test.php b/wcfsetup/test.php index e2386d7248..788edf411c 100644 --- a/wcfsetup/test.php +++ b/wcfsetup/test.php @@ -17,7 +17,7 @@ // php version $phpVersion = phpversion(); $comparePhpVersion = preg_replace('/^(\d+\.\d+\.\d+).*$/', '\\1', $phpVersion); -if (!(version_compare($comparePhpVersion, '5.2.0') >= 0)) { +if (!(version_compare($comparePhpVersion, '5.3.0') >= 0)) { ?>

Your PHP version '' is insufficient for installation of this software. PHP version 5.2.0 or greater is required.
Ihre PHP Version '' ist unzureichend für die Installation dieser Software. PHP Version 5.2.0 oder höher wird benötigt.

-- 2.20.1