diff options
Diffstat (limited to 'doc/md/Server-configuration.md')
-rw-r--r-- | doc/md/Server-configuration.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index 6e21de91..3c207acc 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md | |||
@@ -44,8 +44,9 @@ Required PHP extensions: | |||
44 | 44 | ||
45 | Extension | Required? | Usage | 45 | Extension | Required? | Usage |
46 | ---|:---:|--- | 46 | ---|:---:|--- |
47 | [`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS | 47 | [`openssl`](http://php.net/manual/en/book.openssl.php) | requires | OpenSSL, HTTPS |
48 | [`php-json`](http://php.net/manual/en/book.json.php) | required | configuration parsing | 48 | [`php-json`](http://php.net/manual/en/book.json.php) | required | configuration parsing |
49 | [`php-simplexml`](https://www.php.net/manual/en/book.simplexml.php) | required | REST API (Slim framework) | ||
49 | [`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows, some hosting providers | multibyte (Unicode) string support | 50 | [`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows, some hosting providers | multibyte (Unicode) string support |
50 | [`php-gd`](http://php.net/manual/en/book.image.php) | optional | required to use thumbnails | 51 | [`php-gd`](http://php.net/manual/en/book.image.php) | optional | required to use thumbnails |
51 | [`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`) | 52 | [`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`) |