From 43b97aa0f0b0fc6b9f7b9acf855b7904c830e947 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 26 May 2023 19:36:37 +0200 Subject: [PATCH] feat(adminmanual): PHP8.0 deprecation in Nextcloud 27 Signed-off-by: Christoph Wurst --- admin_manual/release_notes/upgrade_to_27.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_manual/release_notes/upgrade_to_27.rst b/admin_manual/release_notes/upgrade_to_27.rst index f609510f8..bad60a270 100644 --- a/admin_manual/release_notes/upgrade_to_27.rst +++ b/admin_manual/release_notes/upgrade_to_27.rst @@ -6,6 +6,7 @@ System requirements ------------------- * PHP8.2 is recommended over PHP8.1. +* PHP8.0 is deprecated and will be removed in Nextcloud 28. Exposed system address book ---------------------------