From f14751c9d26140a4e4c4db060add2dc64cbef594 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 11 Sep 2025 13:20:23 -0400 Subject: [PATCH] chore(admin): drop impossible to disable PHP ext: json, hash Signed-off-by: Josh --- admin_manual/installation/php_configuration.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/admin_manual/installation/php_configuration.rst b/admin_manual/installation/php_configuration.rst index 78aef72a1..6ab022180 100644 --- a/admin_manual/installation/php_configuration.rst +++ b/admin_manual/installation/php_configuration.rst @@ -38,8 +38,6 @@ The following PHP modules **must** be installed and enabled for Nextcloud Server - `fileinfo` (included with PHP) - `filter` (only on Mageia and FreeBSD) - `GD` -- `hash` (only on FreeBSD) -- `JSON` (included with PHP) - `libxml` (requires Linux package `libxml2` version >= 2.7.0) - `mbstring` - `OpenSSL` (included with PHP) @@ -51,7 +49,7 @@ The following PHP modules **must** be installed and enabled for Nextcloud Server - `zip` - `zlib` -The `ctype`, `fileinfo`, `JSON` and `OpenSSL` modules are generally included and enabled in PHP by default. Often +The `ctype`, `fileinfo`, and `OpenSSL` modules are generally included and enabled in PHP by default. Often some of the other required modules are automatically installed by OS distribution package managers. **How to check if a module is enabled:** @@ -59,7 +57,7 @@ some of the other required modules are automatically installed by OS distributio - Run ``php -m | grep -i ``. If you see output, the module is active. .. note:: - The `filter` and `hash` modules are required only on Mageia and FreeBSD. + The `filter` module is required only on Mageia and FreeBSD. -------------------------------- Required PHP Database Connectors