]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - doc/Server-requirements.md
Update docs from Wiki
[github/shaarli/Shaarli.git] / doc / Server-requirements.md
index 8f44d606fd4d63ada9fc3c50bd8c4c2b3f147e97..7955fddf78af3ffb4e679b625d38ee5785d217de 100644 (file)
@@ -3,13 +3,14 @@
 ### Release information
 - [PHP: Supported versions](http://php.net/supported-versions.php)[](.html)
 - [PHP: Unsupported versions](http://php.net/eol.php) _(EOL - End Of Life)_[](.html)
+- [PHP 7 Changelog](http://php.net/ChangeLog-7.php)[](.html)
 - [PHP 5 Changelog](http://php.net/ChangeLog-5.php)[](.html)
 - [PHP: Bugs](https://bugs.php.net/)[](.html)
 
 ### Supported versions
 Version | Status | Shaarli compatibility
 :---:|:---:|:---:
-7   | RC2 | planned
+7.0 | Supported | :white_check_mark:
 5.6 | Supported | :white_check_mark:
 5.5 | Supported | :white_check_mark:
 5.4 | EOL: 2015-09-14 | :white_check_mark:
@@ -18,14 +19,10 @@ Version | Status | Shaarli compatibility
 See also:
 - [Travis configuration](https://github.com/shaarli/Shaarli/blob/master/.travis.yml)[](.html)
 
-PHP 7 information:
-- Announcements: [Beta1](http://php.net/archive/2015.php#id2015-07-10-4), [RC1](http://php.net/archive/2015.php#id2015-08-21-1), [RC2](http://php.net/archive/2015.php#id2015-09-04-1)[](.html)
-- [TODOLIST](https://wiki.php.net/todo/php70)[](.html)
-- [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)
-- [Git repository](http://git.php.net/?p=php-src.git;a=shortlog;h=refs/heads/PHP-7.0.0)[](.html)
-
 ### Extensions
 Extension | Required? | Usage
 ---|:---:|---
+[`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS[](.html)
 [`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows | multibyte (Unicode) string support[](.html)
 [`php-gd`](http://php.net/manual/en/book.image.php) | - | thumbnail resizing[](.html)
+[`php-intl`](http://php.net/manual/fr/book.intl.php) | Optional | Tag cloud intelligent sorting (eg. `e->รจ->f`)[](.html)