|
|
@@ -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
|