]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/md/Server-requirements.md
Merge pull request #1152 from ArthurHoaro/hotfix/install-error
[github/shaarli/Shaarli.git] / doc / md / Server-requirements.md
index bec08e499bbf1cd77d03e06038d18aeb066da90f..2dc442df27240eae55974dd99befb11746666359 100644 (file)
@@ -18,6 +18,7 @@ Version | Status | Shaarli compatibility
 5.3 | EOL: 2014-08-14 | Yes (up to Shaarli 0.8.x)
 
 See also:
+
 - [Travis configuration](https://github.com/shaarli/Shaarli/blob/master/.travis.yml)
 
 ### Dependency management
@@ -34,7 +35,8 @@ 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
+[`php-gettext`](http://php.net/manual/en/book.gettext.php) | optional | Use the translation system in gettext mode (faster)