From a4940011628aa07740092eb09eec869f06b319bc Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 14 Nov 2022 17:54:20 +0100 Subject: [PATCH] Document that the PHP extension `fileinfo` is required Signed-off-by: Christoph Wurst --- admin_manual/installation/source_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index 92697a265..6e593609e 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -37,6 +37,7 @@ Required: * PHP module ctype * PHP module curl * PHP module dom +* PHP module fileinfo (included with PHP) * PHP module filter (only on Mageia and FreeBSD) * PHP module GD * PHP module hash (only on FreeBSD) @@ -60,7 +61,6 @@ Database connectors (pick the one for your database:) *Recommended* packages: -* PHP module fileinfo (highly recommended, enhances file analysis performance; required to set custom theming images or if PHP module imagick with SVG support is installed) * PHP module bz2 (recommended, required for extraction of apps) * PHP module intl (increases language translation performance and fixes sorting of non-ASCII characters)