]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - doc/Server-requirements.md
Merge pull request #294 from virtualtam/doc/update
[github/shaarli/Shaarli.git] / doc / Server-requirements.md
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)
6 - [PHP 5 Changelog](http://php.net/ChangeLog-5.php)[](.html)
7 - [PHP: Bugs](https://bugs.php.net/)[](.html)
8
9 ### Supported versions
10 Version | Status | Shaarli compatibility
11 :---:|:---:|:---:
12 5.6 | Supported | :white_check_mark:
13 5.5 | Supported | :white_check_mark:
14 5.4 | Supported | :white_check_mark:
15 5.3 | EOL: 2014-08-14 | :white_check_mark:
16
17 See also:
18 - [Travis configuration](https://github.com/shaarli/Shaarli/blob/master/.travis.yml)[](.html)
19
20 PHP 7.0 information:
21 - [Beta1 announcement](http://php.net/archive/2015.php#id2015-07-10-4)[](.html)
22 - [TODOLIST](https://wiki.php.net/todo/php70)[](.html)
23 - [Recent bugs](https://bugs.php.net/search.php?limit=30&order_by=id&direction=DESC&cmd=display&status=Open&bug_type=All&phpver=7.0)[](.html)
24 - [Git repository](http://git.php.net/?p=php-src.git;a=shortlog;h=refs/heads/PHP-7.0.0)[](.html)
25
26 ### Extensions
27 Extension | Required? | Usage
28 ---|:---:|---
29 [`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows | multibyte (Unicode) string support[](.html)
30 [`php-gd`](http://php.net/manual/en/book.image.php) | - | thumbnail resizing[](.html)