From a72ad940dff289f101be5bde60f85c18057fdb7a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 21 Aug 2017 12:29:12 +0200 Subject: Increase minimal support to PHP 5.3.8+ https://github.com/FreshRSS/FreshRSS/issues/1604 --- docs/en/users/01_Installation.md | 7 ++----- docs/fr/users/01_Installation.md | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/en/users/01_Installation.md b/docs/en/users/01_Installation.md index 6c979fd42..b2a717629 100644 --- a/docs/en/users/01_Installation.md +++ b/docs/en/users/01_Installation.md @@ -7,18 +7,15 @@ 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 5.3.7+** | PHP 5.2+ | +| PHP | **PHP 5.5+** | PHP 5.3.8+ | | PHP modules | Required: libxml, cURL, PDO_MySQL, PCRE and ctype. \\ Required (32-bit only): GMP \\Recommanded: JSON, Zlib, mbstring, iconv, ZipArchive | | | Database | **MySQL 5.0.3+** | SQLite 3.7.4+ | | Browser | **Firefox** | Chrome, Opera, Safari or IE9+ | ## Important notice -FreshRSS **CAN** work with PHP 5.3.3. To do so, we are using specific functions available in the ''password_compat'' library for the form authentication. This library is compatible with PHP >= 5.3.7 but some older version include the patch. -It all depends on the distribution: +FreshRSS **CAN** work with PHP 5.3.8+. To do so, we are using specific functions available in the [''password_compat'' library](https://github.com/ircmaxell/password_compat#requirements) for the form authentication. -* CentOS and RHEL 6.5 are supported. -* On the other hand, **Debian with PHP 5.3.3 is not**! ([For more information](https://github.com/ircmaxell/password_compat#requirements)) # Getting the appropriate version of FreshRSS diff --git a/docs/fr/users/01_Installation.md b/docs/fr/users/01_Installation.md index 86daa636a..765cb9481 100644 --- a/docs/fr/users/01_Installation.md +++ b/docs/fr/users/01_Installation.md @@ -7,17 +7,14 @@ 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 5.3.7+** | PHP 5.2+ | + | PHP | **PHP 5.5+** | PHP 5.3.8+ | | Modules PHP | Requis : libxml, cURL, PDO_MySQL, PCRE et ctype \\ Requis (32 bits seulement) : GMP \\ Recommandé : JSON, Zlib, mbstring et iconv, ZipArchive | | | Base de données | **MySQL 5.0.3+** | SQLite 3.7.4+ | | Navigateur | **Firefox** | Chrome, Opera, Safari or IE 9+ | ## Note importante -FreshRSS **PEUT** fonctionner sur la version de PHP 5.3.3. En effet, nous utilisons des fonctions spécifiques pour la connexion par formulaire et notamment la bibliothèque ''password_compat''. Celle-ci est compatible avec PHP >= 5.3.7 ou certaines versions plus anciennes incluant un patch spécifique. Cela dépend de la distribution : - -* CentOS et la Red Hat Enterprise Linux 6.5 sont supportés. -* En revanche, **Debian avec PHP 5.3.3 n'est pas supporté !** ([Plus d'informations](https://github.com/ircmaxell/password_compat#requirements)) +FreshRSS **PEUT** fonctionner sur la version de PHP 5.3.8+. En effet, nous utilisons des fonctions spécifiques pour la connexion par formulaire et notamment la [bibliothèque ''password_compat''](https://github.com/ircmaxell/password_compat#requirements). # Choisir la bonne version de FreshRSS -- cgit v1.2.3