mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
chore(admin): drop impossible to disable PHP ext: json, hash
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
@@ -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 <module_name>``. 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
|
||||
|
||||
Reference in New Issue
Block a user