aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2019-11-09 15:45:09 +0000
committerGitHub <noreply@github.com>2019-11-09 15:45:09 +0000
commit99c7d663847fefccc271fe1d9b379c2c366c8de6 (patch)
treec2938a48f452d1099f6f1e68cd6394a2592f7778
parent4b15c49198ef4be57b2ccb3d9033035a16d3b20c (diff)
parent3575fe5bcf8910afad5cc82ed68f3d442bab1a88 (diff)
downloadShaarli-99c7d663847fefccc271fe1d9b379c2c366c8de6.tar.gz
Shaarli-99c7d663847fefccc271fe1d9b379c2c366c8de6.tar.zst
Shaarli-99c7d663847fefccc271fe1d9b379c2c366c8de6.zip
Merge pull request #1379 from rfolo9li/patch-1
Add php-json as required PHP module
-rw-r--r--doc/md/Server-configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md
index 88eed8e6..bd293c37 100644
--- a/doc/md/Server-configuration.md
+++ b/doc/md/Server-configuration.md
@@ -28,12 +28,12 @@ Version | Status | Shaarli compatibility
28Extension | Required? | Usage 28Extension | Required? | Usage
29---|:---:|--- 29---|:---:|---
30[`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS 30[`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS
31[`php-json`](http://php.net/manual/en/book.json.php) | required | configuration parsing
31[`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows, some hosting providers | multibyte (Unicode) string support 32[`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows, some hosting providers | multibyte (Unicode) string support
32[`php-gd`](http://php.net/manual/en/book.image.php) | optional | required to use thumbnails 33[`php-gd`](http://php.net/manual/en/book.image.php) | optional | required to use thumbnails
33[`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`) 34[`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`)
34[`php-curl`](http://php.net/manual/en/book.curl.php) | optional | using cURL for fetching webpages and thumbnails in a more robust way 35[`php-curl`](http://php.net/manual/en/book.curl.php) | optional | using cURL for fetching webpages and thumbnails in a more robust way
35[`php-gettext`](http://php.net/manual/en/book.gettext.php) | optional | Use the translation system in gettext mode (faster) 36[`php-gettext`](http://php.net/manual/en/book.gettext.php) | optional | Use the translation system in gettext mode (faster)
36
37-------------------------------------------------------------------------------- 37--------------------------------------------------------------------------------
38 38
39### SSL/TLS configuration 39### SSL/TLS configuration