Adjust PHP versions in environment check for 5.2
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 31 May 2022 13:35:00 +0000 (15:35 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 31 May 2022 13:35:00 +0000 (15:35 +0200)
see 598b72301a2cdcd0f3a0c1196f6fc1107e01650e

wcfsetup/install/files/acp/templates/index.tpl
wcfsetup/install/files/acp/templates/packageList.tpl
wcfsetup/install/files/lib/system/request/RequestHandler.class.php
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index 9c73c77822ba0eae10faab415ffecfe5227480c5..f69e8ee7d00313c2df16d0ed29800e7e9a476936 100644 (file)
@@ -4,7 +4,7 @@
        <h1 class="contentTitle">{lang}wcf.global.acp{/lang}</h1>
 </header>
 
-{if !(50500 <= PHP_VERSION_ID && PHP_VERSION_ID <= 70499)}
+{if !(70000 <= PHP_VERSION_ID && PHP_VERSION_ID <= 70499)}
        <div class="error">{lang}wcf.global.incompatiblePhpVersion{/lang}</div>
 {/if}
 
index e8fe1fb6a96d40e0c9a03a09d69b3db1297f2852..bc6fd7f6a5b705fd01b88ad25d26bb987a7ed256 100644 (file)
@@ -58,7 +58,7 @@
        {/hascontent}
 </header>
 
-{if !(50500 <= PHP_VERSION_ID && PHP_VERSION_ID <= 70499)}
+{if !(70000 <= PHP_VERSION_ID && PHP_VERSION_ID <= 70499)}
        <div class="error">{lang}wcf.global.incompatiblePhpVersion{/lang}</div>
 {/if}
 
index fe8f3b8c026efc04178c0774f21b272512c94b25..447daa4666d92c2ff80ae4c012d607dca3d2e6d2 100644 (file)
@@ -120,7 +120,7 @@ class RequestHandler extends SingletonFactory {
                        return;
                }
 
-               if (!(50500 <= PHP_VERSION_ID && PHP_VERSION_ID <= 70499)) {
+               if (!(70000 <= PHP_VERSION_ID && PHP_VERSION_ID <= 70499)) {
                        \header('HTTP/1.1 500 Internal Server Error');
 
                        throw new NamedUserException(WCF::getLanguage()->get('wcf.global.incompatiblePhpVersion'));
index 736956f7ca3586e1bfec87a12dd777e62a7a3176..e1d4e9f46dbbd9dc7088b78ab5399736554e6fdd 100644 (file)
@@ -3909,7 +3909,7 @@ Dateianhänge:
                <item name="wcf.global.button.showSidebarRight"><![CDATA[Rechte Sidebar]]></item>
                <item name="wcf.global.button.showMenu"><![CDATA[Menü anzeigen]]></item>
                <item name="wcf.global.button.hideMenu"><![CDATA[Menü verbergen]]></item>
-               <item name="wcf.global.incompatiblePhpVersion"><![CDATA[Fehlerhafte Server-Konfiguration: Die eingesetzte Version von „PHP” ist nicht kompatibel, ein Betrieb ist nicht möglich. Es wird mindestens PHP in Version 5.5 benötigt, unterstützt werden die Versionen bis PHP 7.4. Für den Einsatz höherer PHP-Versionen muss die Software auf eine aktuelle Version umgestellt werden.]]></item>
+               <item name="wcf.global.incompatiblePhpVersion"><![CDATA[Fehlerhafte Server-Konfiguration: Die eingesetzte Version von „PHP” ist nicht kompatibel, ein Betrieb ist nicht möglich. Es wird mindestens PHP in Version 7.0 benötigt, unterstützt werden die Versionen bis PHP 7.4. Für den Einsatz höherer PHP-Versionen muss die Software auf eine aktuelle Version umgestellt werden.]]></item>
        </category>
        <category name="wcf.global.form">
                <item name="wcf.global.form.boolean.no"><![CDATA[Nein]]></item>
index 96b5810555ff65787c0f596fa553e3dc5414865d..de63f109d3eee52670aae88595a37a685bf54d2d 100644 (file)
@@ -3854,7 +3854,7 @@ Attachments:
                <item name="wcf.global.button.showSidebarRight"><![CDATA[Sidebar Right]]></item>
                <item name="wcf.global.button.showMenu"><![CDATA[Show Menu]]></item>
                <item name="wcf.global.button.hideMenu"><![CDATA[Hide Menu]]></item>
-               <item name="wcf.global.incompatiblePhpVersion"><![CDATA[Bad server configuration: The configured version of “PHP” is not compatible, operation is not possible. At least PHP in version 5.5 is required, versions up to PHP 7.4 are supported. For the use of higher PHP versions the software must be updated to a current version.]]></item>
+               <item name="wcf.global.incompatiblePhpVersion"><![CDATA[Bad server configuration: The configured version of “PHP” is not compatible, operation is not possible. At least PHP in version 7.0 is required, versions up to PHP 7.4 are supported. For the use of higher PHP versions the software must be updated to a current version.]]></item>
        </category>
        <category name="wcf.global.form">
                <item name="wcf.global.form.boolean.no"><![CDATA[No]]></item>