diff options
author | nodiscc <nodiscc@gmail.com> | 2018-01-09 23:15:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 23:15:29 +0100 |
commit | 3056afac2d56ce4b32fe121052dc7b259a791c7c (patch) | |
tree | b802ac6d1c8b20e5b5f4f69c604149a9cc949148 /doc/md/Server-requirements.md | |
parent | 310f17203dd45a2b1adead8e13bc2a3946e2af15 (diff) | |
parent | 42884868a35e798da1fcb51226043d571ffa7ddf (diff) | |
download | Shaarli-3056afac2d56ce4b32fe121052dc7b259a791c7c.tar.gz Shaarli-3056afac2d56ce4b32fe121052dc7b259a791c7c.tar.zst Shaarli-3056afac2d56ce4b32fe121052dc7b259a791c7c.zip |
Merge pull request #1054 from shaarli/doc-mbstring-webhosts
doc: Server Requirements: php-mbstring: add 'hosting providers'
Diffstat (limited to 'doc/md/Server-requirements.md')
-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 |