]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - doc/Server-requirements.md
Update docs from Wiki
[github/shaarli/Shaarli.git] / doc / Server-requirements.md
CommitLineData
992af0b9
V
1#Server requirements
2## PHP
3### Release information
4- [PHP: Supported versions](http://php.net/supported-versions.php)[](.html)
5- [PHP: Unsupported versions](http://php.net/eol.php) _(EOL - End Of Life)_[](.html)
5409ade2 6- [PHP 7 Changelog](http://php.net/ChangeLog-7.php)[](.html)
992af0b9
V
7- [PHP 5 Changelog](http://php.net/ChangeLog-5.php)[](.html)
8- [PHP: Bugs](https://bugs.php.net/)[](.html)
9
10### Supported versions
11Version | Status | Shaarli compatibility
12:---:|:---:|:---:
5409ade2 137.0 | Supported | :white_check_mark:
992af0b9
V
145.6 | Supported | :white_check_mark:
155.5 | Supported | :white_check_mark:
f8b936e7 165.4 | EOL: 2015-09-14 | :white_check_mark:
992af0b9
V
175.3 | EOL: 2014-08-14 | :white_check_mark:
18
19See also:
20- [Travis configuration](https://github.com/shaarli/Shaarli/blob/master/.travis.yml)[](.html)
21
992af0b9
V
22### Extensions
23Extension | Required? | Usage
24---|:---:|---
5409ade2 25[`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS[](.html)
992af0b9
V
26[`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows | multibyte (Unicode) string support[](.html)
27[`php-gd`](http://php.net/manual/en/book.image.php) | - | thumbnail resizing[](.html)
5409ade2 28[`php-intl`](http://php.net/manual/fr/book.intl.php) | Optional | Tag cloud intelligent sorting (eg. `e->รจ->f`)[](.html)