diff options
author | nodiscc <nodiscc@gmail.com> | 2018-01-09 20:13:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 20:13:05 +0100 |
commit | 42884868a35e798da1fcb51226043d571ffa7ddf (patch) | |
tree | 3c812c017d3860710068b04fd229dfff8d6287e5 | |
parent | c8f7ba36ceb12d343c898b39298e993b6a3ac249 (diff) | |
download | Shaarli-42884868a35e798da1fcb51226043d571ffa7ddf.tar.gz Shaarli-42884868a35e798da1fcb51226043d571ffa7ddf.tar.zst Shaarli-42884868a35e798da1fcb51226043d571ffa7ddf.zip |
doc: Server Requirements: php-mbstring: add 'hosting providers'
-rw-r--r-- | doc/md/Server-requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Server-requirements.md b/doc/md/Server-requirements.md index 400b85a9..2dc442df 100644 --- a/doc/md/Server-requirements.md +++ b/doc/md/Server-requirements.md | |||
@@ -35,7 +35,7 @@ Library | Required? | Usage | |||
35 | Extension | Required? | Usage | 35 | Extension | Required? | Usage |
36 | ---|:---:|--- | 36 | ---|:---:|--- |
37 | [`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS | 37 | [`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS |
38 | [`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows | multibyte (Unicode) string support | 38 | [`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows, some hosting providers | multibyte (Unicode) string support |
39 | [`php-gd`](http://php.net/manual/en/book.image.php) | optional | thumbnail resizing | 39 | [`php-gd`](http://php.net/manual/en/book.image.php) | optional | thumbnail resizing |
40 | [`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`) | 40 | [`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`) |
41 | [`php-curl`](http://php.net/manual/en/book.curl.php) | optional | using cURL for fetching webpages and thumbnails in a more robust way | 41 | [`php-curl`](http://php.net/manual/en/book.curl.php) | optional | using cURL for fetching webpages and thumbnails in a more robust way |