Adjust PHP versions in environment check for 5.4
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 31 May 2022 13:41:28 +0000 (15:41 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 31 May 2022 13:41:28 +0000 (15:41 +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 2f78bf2c5c58e488aa8030ad9d654891430bb81b..c6edbdfcd3eee4598336b9d34d44b7ef8b01c0d3 100644 (file)
@@ -4,7 +4,7 @@
        <h1 class="contentTitle">{lang}wcf.global.acp{/lang}</h1>
 </header>
 
-{if !(70000 <= PHP_VERSION_ID && PHP_VERSION_ID <= 70499)}
+{if !(70200 <= PHP_VERSION_ID && PHP_VERSION_ID <= 80099)}
        <div class="error">{lang}wcf.global.incompatiblePhpVersion{/lang}</div>
 {/if}
 {foreach from=$evaluationExpired item=$expiredApp}
index d4d5dc7066c899b2e012489ee3eb0c76861b5653..8691a00126ce4c19f7322060868d59c1798ebc27 100644 (file)
@@ -58,7 +58,7 @@
        {/hascontent}
 </header>
 
-{if !(70000 <= PHP_VERSION_ID && PHP_VERSION_ID <= 70499)}
+{if !(70200 <= PHP_VERSION_ID && PHP_VERSION_ID <= 80099)}
        <div class="error">{lang}wcf.global.incompatiblePhpVersion{/lang}</div>
 {/if}
 {foreach from=$taintedApplications item=$taintedApplication}
index 869374d57440d8481ed3b03931ac671b1ab82f08..2fd82b5e9407294d6ec766a4cc81f6c462d41796 100644 (file)
@@ -132,7 +132,7 @@ class RequestHandler extends SingletonFactory
             return;
         }
 
-        if (!(70000 <= PHP_VERSION_ID && PHP_VERSION_ID <= 70499)) {
+        if (!(70200 <= PHP_VERSION_ID && PHP_VERSION_ID <= 80099)) {
             \header('HTTP/1.1 500 Internal Server Error');
 
             throw new NamedUserException(WCF::getLanguage()->get('wcf.global.incompatiblePhpVersion'));
index aac669b06ca54081dadd41ffe6fe61cf3c5b0634..07d609c8acf5f895c93239477b0247ac5b641007 100644 (file)
@@ -4006,7 +4006,7 @@ Dateianhänge:
                <item name="wcf.global.rss.accessToken.info"><![CDATA[Der Link zum anonymen RSS-Feed enthält nur Inhalte, auf die Gäste Zugriff haben. Der Link zum personalisierten RSS-Feed enthält alle Inhalte, auf die {if LANGUAGE_USE_INFORMAL_VARIANT}du{else}Sie{/if} Zugriff {if LANGUAGE_USE_INFORMAL_VARIANT}hast{else}haben{/if}.]]></item>
                <item name="wcf.global.rss.withAccessToken"><![CDATA[Personalisierter RSS-Feed]]></item>
                <item name="wcf.global.rss.withoutAccessToken"><![CDATA[Anonymer RSS-Feed]]></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>
+               <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.2 benötigt, unterstützt werden die Versionen bis PHP 8.0. 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 75ef25f102dd8a7a665bb08ea084f2cced288a7d..4245ea94bc0d64059346ab27dcf846b2cf99565b 100644 (file)
@@ -3953,7 +3953,7 @@ Attachments:
                <item name="wcf.global.rss.accessToken.info"><![CDATA[The link to the anonymous RSS feed only contains contents that guests can access. The link to the personalized RSS feed contains all contents that you can access.]]></item>
                <item name="wcf.global.rss.withAccessToken"><![CDATA[Personalized RSS Feed]]></item>
                <item name="wcf.global.rss.withoutAccessToken"><![CDATA[Anonymous RSS Feed]]></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>
+               <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.2 is required, versions up to PHP 8.0 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>