admin: add note about json and openssl being included since php8

Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org>
This commit is contained in:
ZeroPointMax
2022-05-06 12:42:18 +02:00
parent ade2085087
commit 25ed930b30

View File

@@ -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