Note PHP8.0 deprecation

PHP8.0 is now deprecated in Nextcloud 27.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
fenn-cs
2023-03-30 11:53:48 +01:00
parent ca398690c5
commit 5ebfca922f
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