aboutsummaryrefslogtreecommitdiff
path: root/docs/fr/users/01_Installation.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-09-18 17:18:36 +0200
committerGravatar GitHub <noreply@github.com> 2019-09-18 17:18:36 +0200
commite761202f8a4c30cd0cb22190728cf0a61a3271bb (patch)
tree93176f35bda9cac8786a4032264478293ffa07f6 /docs/fr/users/01_Installation.md
parenta8bbcef551e5b93ac1c349cb3d4a754a5c67126c (diff)
Remove JSON.php fallback (#2528)
After moving to PHP 5.6+ https://github.com/FreshRSS/FreshRSS/pull/2527 it should not be necessary to have the JSON.php fallback anymore, which was mainly there due to an obscure licensing issue 6 years ago in Debian https://wiki.debian.org/qa.debian.org/jsonevil , which broke Ubuntu 13.10 https://github.com/FreshRSS/FreshRSS/issues/306
Diffstat (limited to 'docs/fr/users/01_Installation.md')
-rw-r--r--docs/fr/users/01_Installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fr/users/01_Installation.md b/docs/fr/users/01_Installation.md
index 619bce11b..288d84c4d 100644
--- a/docs/fr/users/01_Installation.md
+++ b/docs/fr/users/01_Installation.md
@@ -8,7 +8,7 @@ Il est toutefois de votre responsabilité de vérifier que votre hébergement pe
| -------- | ----------- | --------------------- |
| Serveur web | **Apache 2** | Nginx |
| 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)* | |
+ | 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/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+ |