aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins/02_Installation.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-09-17 20:28:07 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-09-17 20:28:07 +0200
commit38117df976a5b8776a6df483ac7666895691b832 (patch)
tree821a38d0f009f873909ea54687025d7c3c1daf6e /docs/en/admins/02_Installation.md
parenta2ed6626c2f4e85878f775abcac897a1fd3a1f42 (diff)
Require PHP 5.6+
Discussion https://github.com/FreshRSS/FreshRSS/pull/2495#issuecomment-531911473 Needed for constant arrays https://www.php.net/manual/en/migration56.new-features.php which will be used in https://github.com/FreshRSS/FreshRSS/pull/2522
Diffstat (limited to 'docs/en/admins/02_Installation.md')
-rw-r--r--docs/en/admins/02_Installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/admins/02_Installation.md b/docs/en/admins/02_Installation.md
index 375b68044..0433ccaf2 100644
--- a/docs/en/admins/02_Installation.md
+++ b/docs/en/admins/02_Installation.md
@@ -7,7 +7,7 @@ You need to verify that your server can run FreshRSS before installing it. If yo
| Software | Recommended | Works also with |
| ----------- | ---------------- | ----------------------------- |
| Web server | **Apache 2** | Nginx |
-| PHP | **PHP 7+** | PHP 5.5+ |
+| PHP | **PHP 7+** | PHP 5.6+ |
| PHP modules | Required: libxml, cURL, PDO_MySQL, PCRE and ctype. <br>Required (32-bit only): GMP <br> Recommanded: JSON, Zlib, mbstring, iconv, ZipArchive <br> *For the whole modules list see [Dockerfile](https://github.com/FreshRSS/FreshRSS/blob/master/Docker/Dockerfile-Alpine#L7-L9)* | |
| Database | **MySQL 5.5.3+** | SQLite 3.7.4+ |
| Browser | **Firefox** | Chrome, Opera, Safari, or IE11+ |