Skip to content

Commit 5ebfca9

Browse files
committed
Note PHP8.0 deprecation
PHP8.0 is now deprecated in Nextcloud 27. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
1 parent ca39869 commit 5ebfca9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin_manual/installation/system_requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For best performance, stability and functionality we have documented some recomm
3030
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |
3131
| | - nginx with ``php-fpm`` |
3232
+------------------+-----------------------------------------------------------------------+
33-
| PHP Runtime | - 8.0 |
33+
| PHP Runtime | - 8.0 (*deprecated*) |
3434
| | - **8.1** (*recommended*) |
3535
| | - 8.2 |
3636
+------------------+-----------------------------------------------------------------------+

admin_manual/release_schedule.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Maintenance releases are scheduled in a 4 week cycle with one week before the re
1919
Critical changes
2020
----------------
2121

22-
* PHP 7.4 is not supported anymore. Please upgrade to PHP 8.0 or higher.
22+
* PHP 8.0 is now deprecated. Please upgrade to PHP 8.1 or higher.
2323
* PHP 8.2 is now supported.
2424
* The recommended webserver configuration has changed to no longer include a default redirect to the login page
2525
* For Apache this change will automatically come with the ``.htaccess`` file provided by the release

0 commit comments

Comments
 (0)