aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-09-18 16:41:32 +0200
committerGravatar GitHub <noreply@github.com> 2019-09-18 16:41:32 +0200
commita8bbcef551e5b93ac1c349cb3d4a754a5c67126c (patch)
treebec3a67138e8b927bb5762eab98aa4b82b2cfad4 /docs
parent28ab89146be497a5018c217f198103eb9cfddd8b (diff)
parent87e20ea29069329eb916a8db90bbdd0357a7dbef (diff)
Merge pull request #2527 from Alkarex/php5.6
Require PHP 5.6+
Diffstat (limited to 'docs')
-rw-r--r--docs/en/admins/02_Installation.md2
-rw-r--r--docs/en/admins/05_Configuring_email_validation.md5
-rw-r--r--docs/fr/users/01_Installation.md2
3 files changed, 3 insertions, 6 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+ |
diff --git a/docs/en/admins/05_Configuring_email_validation.md b/docs/en/admins/05_Configuring_email_validation.md
index 6cc9ca8f5..fe073545c 100644
--- a/docs/en/admins/05_Configuring_email_validation.md
+++ b/docs/en/admins/05_Configuring_email_validation.md
@@ -6,8 +6,6 @@ by default so you'll have to follow these few steps to verify email addresses.
It is intended to administrators who host users and want to be sure to be able
to contact them.
-Note that this feature only works with PHP >= 5.5.
-
## Force email validation
In your `data/config.php` file, you'll find a `force_email_validation` item:
@@ -15,8 +13,7 @@ set it to `true`. An email field now appears on the registration page and
emails are sent when users change their email.
You can also enable this feature directly in FreshRSS: `Administration` >
-`System configuration` > check `Force email addresses validation`. If the
-option doesn't appear, it means that you use PHP < 5.5.
+`System configuration` > check `Force email addresses validation`.
## Configure the SMTP server
diff --git a/docs/fr/users/01_Installation.md b/docs/fr/users/01_Installation.md
index f90d52c54..619bce11b 100644
--- a/docs/fr/users/01_Installation.md
+++ b/docs/fr/users/01_Installation.md
@@ -7,7 +7,7 @@ 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.5+ |
+ | PHP | **PHP 7+** | PHP 5.6+ |
| Modules PHP | Requis : libxml, cURL, PDO_MySQL, PCRE et ctype<br>Requis (32 bits seulement) : GMP<br>Recommandé : JSON, Zlib, mbstring et iconv, ZipArchive<br>*Pour une liste complète des modules nécessaires voir le [Dockerfile](https://github.com/FreshRSS/FreshRSS/blob/master/Docker/Dockerfile-Alpine#L7-L9)* | |
| Base de données | **MySQL 5.5.3+** | SQLite 3.7.4+ |
| Navigateur | **Firefox** | Chrome, Opera, Safari, or IE 11+ |