From: Alexander Ebert Date: Tue, 19 May 2015 20:47:39 +0000 (+0200) Subject: Increased required PHP version to 5.5.4 X-Git-Tag: 3.0.0_Beta_1~2379 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f7d7f59a3ce3f95ef7302ad84d3d747b229d0e56;p=GitHub%2FWoltLab%2FWCF.git Increased required PHP version to 5.5.4 --- diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index 3e6307cb34..045e7a9867 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -375,7 +375,7 @@ class WCFSetup extends WCF { // php version $system['phpVersion']['value'] = phpversion(); $comparePhpVersion = preg_replace('/^(\d+\.\d+\.\d+).*$/', '\\1', $system['phpVersion']['value']); - $system['phpVersion']['result'] = (version_compare($comparePhpVersion, '5.3.2') >= 0); + $system['phpVersion']['result'] = (version_compare($comparePhpVersion, '5.5.4') >= 0); // sql $system['sql']['value'] = array_keys(self::getAvailableDBClasses()); diff --git a/wcfsetup/test.php b/wcfsetup/test.php index d805d901cd..765a6ef496 100644 --- a/wcfsetup/test.php +++ b/wcfsetup/test.php @@ -1,12 +1,12 @@ - WoltLab Community Framework 2.1 System Requirements + WoltLab Community Framework 2.2 System Requirements

Support for PHP is missing.
PHP Unterstützung nicht gefunden