From 25ed930b309ebe93cb87f63ee0d605d7cbdd1f27 Mon Sep 17 00:00:00 2001 From: ZeroPointMax Date: Fri, 6 May 2022 12:42:18 +0200 Subject: [PATCH] admin: add note about json and openssl being included since php8 Signed-off-by: ZeroPointMax --- admin_manual/installation/source_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index ff320abfe..2eb56a3b5 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -40,10 +40,10 @@ Required: * PHP module filter (only on Mageia and FreeBSD) * PHP module GD * PHP module hash (only on FreeBSD) -* PHP module JSON +* PHP module JSON (included with PHP >= 8.0) * PHP module libxml (Linux package libxml2 must be >=2.7.0) * PHP module mbstring -* PHP module openssl +* PHP module openssl (included with PHP >= 8.0) * PHP module posix * PHP module session * PHP module SimpleXML