From 5ebfca922fe09acdff7e310a1eedc3531625a5f0 Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Thu, 30 Mar 2023 11:53:48 +0100 Subject: [PATCH] Note PHP8.0 deprecation PHP8.0 is now deprecated in Nextcloud 27. Signed-off-by: fenn-cs --- admin_manual/installation/system_requirements.rst | 2 +- admin_manual/release_schedule.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/system_requirements.rst b/admin_manual/installation/system_requirements.rst index dcab2cbe0..0e537d4ae 100644 --- a/admin_manual/installation/system_requirements.rst +++ b/admin_manual/installation/system_requirements.rst @@ -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 | +------------------+-----------------------------------------------------------------------+ diff --git a/admin_manual/release_schedule.rst b/admin_manual/release_schedule.rst index 83f11c79c..e8f51b029 100644 --- a/admin_manual/release_schedule.rst +++ b/admin_manual/release_schedule.rst @@ -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