aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Server-requirements.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Server-requirements.md')
-rw-r--r--doc/Server-requirements.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/Server-requirements.md b/doc/Server-requirements.md
new file mode 100644
index 00000000..6ccccaca
--- /dev/null
+++ b/doc/Server-requirements.md
@@ -0,0 +1,30 @@
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
10Version | Status | Shaarli compatibility
11:---:|:---:|:---:
125.6 | Supported | :white_check_mark:
135.5 | Supported | :white_check_mark:
145.4 | Supported | :white_check_mark:
155.3 | EOL: 2014-08-14 | :white_check_mark:
16
17See also:
18- [Travis configuration](https://github.com/shaarli/Shaarli/blob/master/.travis.yml)[](.html)
19
20PHP 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
27Extension | 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)