diff options
author | nodiscc <nodiscc@gmail.com> | 2019-11-09 15:40:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-09 15:40:53 +0000 |
commit | 3575fe5bcf8910afad5cc82ed68f3d442bab1a88 (patch) | |
tree | c2938a48f452d1099f6f1e68cd6394a2592f7778 | |
parent | 54b065c253ce650344004ef629a6cab1404fdd2b (diff) | |
download | Shaarli-3575fe5bcf8910afad5cc82ed68f3d442bab1a88.tar.gz Shaarli-3575fe5bcf8910afad5cc82ed68f3d442bab1a88.tar.zst Shaarli-3575fe5bcf8910afad5cc82ed68f3d442bab1a88.zip |
doc: add explanation of php-json requirement
-rw-r--r-- | doc/md/Server-configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index b9ac01cb..bd293c37 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md | |||
@@ -28,7 +28,7 @@ Version | Status | Shaarli compatibility | |||
28 | Extension | Required? | Usage | 28 | Extension | 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 | ? | 31 | [`php-json`](http://php.net/manual/en/book.json.php) | required | configuration parsing |
32 | [`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 |
33 | [`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 |
34 | [`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`) |