]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Merge pull request #1054 from shaarli/doc-mbstring-webhosts
authornodiscc <nodiscc@gmail.com>
Tue, 9 Jan 2018 22:15:29 +0000 (23:15 +0100)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2018 22:15:29 +0000 (23:15 +0100)
doc: Server Requirements: php-mbstring: add 'hosting providers'

doc/md/Server-requirements.md

index 400b85a9ed28d90e2da596abea24e03aacf9d5b7..2dc442df27240eae55974dd99befb11746666359 100644 (file)
@@ -35,7 +35,7 @@ Library | Required? | Usage
 Extension | Required? | Usage
 ---|:---:|---
 [`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS
-[`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows | multibyte (Unicode) string support
+[`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows, some hosting providers | multibyte (Unicode) string support
 [`php-gd`](http://php.net/manual/en/book.image.php) | optional | thumbnail resizing
 [`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->รจ->f`)
 [`php-curl`](http://php.net/manual/en/book.curl.php) | optional | using cURL for fetching webpages and thumbnails in a more robust way