Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions admin_manual/installation/php_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -51,15 +49,15 @@ 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:**

- 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
Expand Down
Loading