2015-07-22 05:02:10 +02:00
|
|
|
## PHP
|
2017-01-26 18:52:54 +01:00
|
|
|
|
2015-07-22 05:02:10 +02:00
|
|
|
### Release information
|
2017-01-26 18:52:54 +01:00
|
|
|
- [PHP: Supported versions](http://php.net/supported-versions.php)
|
|
|
|
- [PHP: Unsupported versions](http://php.net/eol.php) _(EOL - End Of Life)_
|
|
|
|
- [PHP 7 Changelog](http://php.net/ChangeLog-7.php)
|
|
|
|
- [PHP 5 Changelog](http://php.net/ChangeLog-5.php)
|
|
|
|
- [PHP: Bugs](https://bugs.php.net/)
|
2015-07-22 05:02:10 +02:00
|
|
|
|
|
|
|
### Supported versions
|
|
|
|
Version | Status | Shaarli compatibility
|
|
|
|
:---:|:---:|:---:
|
2017-05-07 18:44:05 +02:00
|
|
|
7.1 | Supported (v0.9.x) | :white_check_mark:
|
2016-04-14 14:20:23 +02:00
|
|
|
7.0 | Supported | :white_check_mark:
|
2015-07-22 05:02:10 +02:00
|
|
|
5.6 | Supported | :white_check_mark:
|
2016-10-12 12:36:59 +02:00
|
|
|
5.5 | EOL: 2016-07-10 | :white_check_mark:
|
|
|
|
5.4 | EOL: 2015-09-14 | :white_check_mark: (up to Shaarli 0.8.x)
|
|
|
|
5.3 | EOL: 2014-08-14 | :white_check_mark: (up to Shaarli 0.8.x)
|
2015-07-22 05:02:10 +02:00
|
|
|
|
|
|
|
See also:
|
2017-01-26 18:52:54 +01:00
|
|
|
- [Travis configuration](https://github.com/shaarli/Shaarli/blob/master/.travis.yml)
|
2015-07-22 05:02:10 +02:00
|
|
|
|
2016-10-12 12:36:59 +02:00
|
|
|
### Dependency management
|
2017-01-26 18:52:54 +01:00
|
|
|
Starting with Shaarli `v0.8.x`, [Composer](https://getcomposer.org/) is used to resolve,
|
2016-10-12 12:36:59 +02:00
|
|
|
download and install third-party PHP dependencies.
|
|
|
|
|
|
|
|
Library | Required? | Usage
|
|
|
|
---|:---:|---
|
2017-01-26 18:52:54 +01:00
|
|
|
[`shaarli/netscape-bookmark-parser`](https://packagist.org/packages/shaarli/netscape-bookmark-parser) | All | Import bookmarks from Netscape files
|
|
|
|
[`erusev/parsedown`](https://packagist.org/packages/erusev/parsedown) | All | Parse MarkDown syntax for the MarkDown plugin
|
|
|
|
[`slim/slim`](https://packagist.org/packages/slim/slim) | All | Handle routes and middleware for the REST API
|
2016-10-12 12:36:59 +02:00
|
|
|
|
2015-07-22 05:02:10 +02:00
|
|
|
### Extensions
|
|
|
|
Extension | Required? | Usage
|
|
|
|
---|:---:|---
|
2017-01-26 18:52:54 +01:00
|
|
|
[`openssl`](http://php.net/manual/en/book.openssl.php) | All | OpenSSL, HTTPS
|
|
|
|
[`php-mbstring`](http://php.net/manual/en/book.mbstring.php) | CentOS, Fedora, RHEL, Windows | multibyte (Unicode) string support
|
|
|
|
[`php-gd`](http://php.net/manual/en/book.image.php) | optional | thumbnail resizing
|
|
|
|
[`php-intl`](http://php.net/manual/en/book.intl.php) | optional | localized text sorting (e.g. `e->è->f`)
|
|
|
|
[`php-curl`](http://php.net/manual/en/book.curl.php) | optional | using cURL for fetching webpages and thumbnails in a more robust way
|