Skip to content

Commit f14751c

Browse files
joshtrichardsbackportbot[bot]
authored andcommitted
chore(admin): drop impossible to disable PHP ext: json, hash
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 74f3d1d commit f14751c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

admin_manual/installation/php_configuration.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ The following PHP modules **must** be installed and enabled for Nextcloud Server
3838
- `fileinfo` (included with PHP)
3939
- `filter` (only on Mageia and FreeBSD)
4040
- `GD`
41-
- `hash` (only on FreeBSD)
42-
- `JSON` (included with PHP)
4341
- `libxml` (requires Linux package `libxml2` version >= 2.7.0)
4442
- `mbstring`
4543
- `OpenSSL` (included with PHP)
@@ -51,15 +49,15 @@ The following PHP modules **must** be installed and enabled for Nextcloud Server
5149
- `zip`
5250
- `zlib`
5351

54-
The `ctype`, `fileinfo`, `JSON` and `OpenSSL` modules are generally included and enabled in PHP by default. Often
52+
The `ctype`, `fileinfo`, and `OpenSSL` modules are generally included and enabled in PHP by default. Often
5553
some of the other required modules are automatically installed by OS distribution package managers.
5654

5755
**How to check if a module is enabled:**
5856

5957
- Run ``php -m | grep -i <module_name>``. If you see output, the module is active.
6058

6159
.. note::
62-
The `filter` and `hash` modules are required only on Mageia and FreeBSD.
60+
The `filter` module is required only on Mageia and FreeBSD.
6361

6462
--------------------------------
6563
Required PHP Database Connectors

0 commit comments

Comments
 (0)