Merge pull request #9966 from Fenn-CS/note-php8-deprecation

Note PHP8.0 deprecation
This commit is contained in:
Joas Schilling
2023-04-14 10:19:10 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ For best performance, stability and functionality we have documented some recomm
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |
| | - nginx with ``php-fpm`` |
+------------------+-----------------------------------------------------------------------+
| PHP Runtime | - 8.0 |
| PHP Runtime | - 8.0 (*deprecated*) |
| | - **8.1** (*recommended*) |
| | - 8.2 |
+------------------+-----------------------------------------------------------------------+

View File

@@ -19,7 +19,7 @@ Maintenance releases are scheduled in a 4 week cycle with one week before the re
Critical changes
----------------
* PHP 7.4 is not supported anymore. Please upgrade to PHP 8.0 or higher.
* PHP 8.0 is now deprecated. Please upgrade to PHP 8.1 or higher.
* PHP 8.2 is now supported.
* The recommended webserver configuration has changed to no longer include a default redirect to the login page
* For Apache this change will automatically come with the ``.htaccess`` file provided by the release