From f7d7f59a3ce3f95ef7302ad84d3d747b229d0e56 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 19 May 2015 22:47:39 +0200 Subject: [PATCH] Increased required PHP version to 5.5.4 --- .../install/files/lib/system/WCFSetup.class.php | 2 +- wcfsetup/test.php | 14 +++----------- 2 files changed, 4 insertions(+), 12 deletions(-) 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