]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - doc/Server-requirements.md
Bump version to v0.9.0
[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:---:|:---:|:---:
b230bf20 137.1 | Supported (v0.9.x) | :white_check_mark:
5409ade2 147.0 | Supported | :white_check_mark:
992af0b9 155.6 | Supported | :white_check_mark:
fdf88d19
A
165.5 | EOL: 2016-07-10 | :white_check_mark:
175.4 | EOL: 2015-09-14 | :white_check_mark: (up to Shaarli 0.8.x)
185.3 | EOL: 2014-08-14 | :white_check_mark: (up to Shaarli 0.8.x)
992af0b9
V
19
20See also:
21- [Travis configuration](https://github.com/shaarli/Shaarli/blob/master/.travis.yml)[](.html)
22
fdf88d19
A
23### Dependency management
24Starting with Shaarli `v0.8.x`, [Composer](https://getcomposer.org/) is used to resolve,[](.html)
25download and install third-party PHP dependencies.
26
27Library | Required? | Usage
28---|:---:|---
29[`shaarli/netscape-bookmark-parser`](https://packagist.org/packages/shaarli/netscape-bookmark-parser) | All | Import bookmarks from Netscape files[](.html)
b230bf20
A
30[`erusev/parsedown`](https://packagist.org/packages/erusev/parsedown) | All | Parse MarkDown syntax for the MarkDown plugin[](.html)
31[`slim/slim`](https://packagist.org/packages/slim/slim) | All | Handle routes and middleware for the REST API[](.html)
fdf88d19 32
992af0b9
V
33### Extensions
34Extension | Required? | Usage
35---|:---:|---
5409ade2 36[`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS[](.html)
992af0b9 37[`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows | multibyte (Unicode) string support[](.html)
fdf88d19
A
38[`php-gd`](http://php.net/manual/en/book.image.php) | optional | thumbnail resizing[](.html)
39[`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->รจ->f`)[](.html)
40[`php-curl`](http://php.net/manual/en/book.curl.php) | optional | using cURL for fetching webpages and thumbnails in a more robust way[](.html)