diff options
| author | 2021-06-07 17:53:47 +0200 | |
|---|---|---|
| committer | 2021-06-07 17:53:47 +0200 | |
| commit | 483b6eb33357540f96dfd36695254475ae15c5f8 (patch) | |
| tree | 6ea70f3fdb0449760948a0540bf66841b83140a0 /docs | |
| parent | e02d1cd311cedd2a09e5fdf0db94ae2eb20efccc (diff) | |
Drop PHP5 and IE11 (#3666)
* Drop PHP5 and IE11
https://github.com/FreshRSS/FreshRSS/discussions/3321
Our Docker :oldest is now based on Alpine 3.5 (2016-12-22)
* More uniform
* More changelog
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/en/admins/02_Prerequisites.md | 6 | ||||
| -rw-r--r-- | docs/fr/users/01_Installation.md | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/docs/en/admins/02_Prerequisites.md b/docs/en/admins/02_Prerequisites.md index 608940839..7f3327d62 100644 --- a/docs/en/admins/02_Prerequisites.md +++ b/docs/en/admins/02_Prerequisites.md @@ -7,10 +7,10 @@ You need to verify that your server can run FreshRSS before installing it. If yo | Software | Recommended | Also Works With | | ------------- | ----------------------- | ----------------------- | | Web server | **Apache 2** | Nginx, lighttpd | -| PHP | **PHP 7+** | PHP 5.6+ | +| PHP | **PHP 7+** | | | PHP modules | Required: libxml, cURL, JSON, PDO\_MySQL, PCRE and ctype. <br>Required (32-bit only): GMP <br> Recommanded: Zlib, mbstring, iconv, ZipArchive <br> *For the whole modules list see [Dockerfile](https://github.com/FreshRSS/FreshRSS/blob/edge/Docker/Dockerfile-Alpine#L7-L9)* | | | Database | **MySQL 5.5.3+** | SQLite 3.7.4+, PostgreSQL 9.5+ | -| Browser | **Firefox** | Chrome, Opera, Safari, or IE11/Edge[^1] | +| Browser | **Firefox** | Chrome, Opera, Safari, or Edge | # Getting the appropriate version of FreshRSS @@ -36,5 +36,3 @@ As its name suggests, the development version is the working codebase, intended If you want to keep track of the most recent enhancements or help the developers with bug reports, this is the branch for you. If you use this version, please keep in mind that you need to follow the branch activity on Github (via [the branch RSS feed](https://github.com/FreshRSS/FreshRSS/commits/edge.atom), for instance), and manually pull new commits. Some say that the main developers use this branch on a daily basis without problem. They may know what they are doing… - -[^1]: IE11/Edge may not support all features found in FreshRSS on other browsers diff --git a/docs/fr/users/01_Installation.md b/docs/fr/users/01_Installation.md index 9ef5ea6c5..84cdb3b95 100644 --- a/docs/fr/users/01_Installation.md +++ b/docs/fr/users/01_Installation.md @@ -7,10 +7,10 @@ Il est toutefois de votre responsabilité de vérifier que votre hébergement pe | Logiciel | Recommandé | Fonctionne aussi avec | | -------- | ----------- | --------------------- | | Serveur web | **Apache 2** | Nginx | - | PHP | **PHP 7+** | PHP 5.6+ | + | PHP | **PHP 7+** | | | Modules PHP | Requis : libxml, cURL, JSON, PDO_MySQL, PCRE et ctype<br />Requis (32 bits seulement) : GMP<br />Recommandé : Zlib, mbstring et iconv, ZipArchive<br />*Pour une liste complète des modules nécessaires voir le [Dockerfile](https://github.com/FreshRSS/FreshRSS/blob/edge/Docker/Dockerfile-Alpine#L7-L9)* | | | Base de données | **MySQL 5.5.3+** | SQLite 3.7.4+, PostgreSQL 9.5+ | - | Navigateur | **Firefox** | Chrome, Opera, Safari, or IE 11+ | + | Navigateur | **Firefox** | Chrome, Opera, Safari, or Edge | ## Choisir la bonne version de FreshRSS |
