From e432beca71b3bcaf97d902453f5814939ee5374a Mon Sep 17 00:00:00 2001 From: MichaIng Date: Mon, 20 Dec 2021 13:55:34 +0100 Subject: [PATCH] Remove iconv from required PHP modules The usage of iconv has been removed in: https://github.com/nextcloud/server/pull/29470 The dependency has been removed in: https://github.com/nextcloud/server/pull/29958 Signed-off-by: MichaIng --- admin_manual/installation/source_installation.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index b4caa2f510f..f7bd5bf9af0 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -40,7 +40,6 @@ Required: * PHP module filter (only on Mageia and FreeBSD) * PHP module GD * PHP module hash (only on FreeBSD) -* PHP module iconv * PHP module JSON * PHP module libxml (Linux package libxml2 must be >=2.7.0) * PHP module mbstring