From f47aea774abbebcee6fbec1daae011719d1d02c2 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 9 Aug 2021 13:38:40 +0200 Subject: [PATCH] doc: Require fileinfo php extension fixes #4503 (cherry picked from commit 576833eaf9c5c261873dce9031c260043917c36d) --- doc/02-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/02-Installation.md b/doc/02-Installation.md index 0cc8dc709..2882dc9cc 100644 --- a/doc/02-Installation.md +++ b/doc/02-Installation.md @@ -18,7 +18,7 @@ chapter. * Older versions (5.6+) are only supported up until version 2.11 * [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (>= 0.6) * [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (>= 0.10) -* The following PHP modules must be installed: cURL, json, gettext, intl, dom, OpenSSL and xml +* The following PHP modules must be installed: cURL, json, gettext, fileinfo, intl, dom, OpenSSL and xml * For exports to PDF also the following PHP modules are required: mbstring, GD, Imagick * LDAP PHP library when using Active Directory or LDAP for authentication * MySQL or PostgreSQL PHP libraries