mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #9966 from Fenn-CS/note-php8-deprecation
Note PHP8.0 deprecation
This commit is contained in:
@@ -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 |
|
||||
+------------------+-----------------------------------------------------------------------+
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user