From: Gianluca Raberger Date: Mon, 24 Oct 2011 12:23:05 +0000 (+0300) Subject: Due to namespaces, changed min version of PHP to 5.3 X-Git-Tag: 2.0.0_Beta_1~1661^2~6^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a562fd9290b0d9d40f9a187f59de94b50e803733;p=GitHub%2FWoltLab%2FWCF.git Due to namespaces, changed min version of PHP to 5.3 --- 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.