From 606336065938e28241bfcb1f648804a6fe40127a Mon Sep 17 00:00:00 2001 From: Laurent Pinsivy <lpinsivy@centreon.com> Date: Fri, 27 Jan 2017 10:29:58 +0000 Subject: [PATCH] Limit PHP version in doc --- doc/en/installation/prerequisites.rst | 39 +++++++++++++-------------- doc/fr/installation/prerequisites.rst | 38 +++++++++++++------------- 2 files changed, 38 insertions(+), 39 deletions(-) diff --git a/doc/en/installation/prerequisites.rst b/doc/en/installation/prerequisites.rst index 143767961c..fce33b461b 100644 --- a/doc/en/installation/prerequisites.rst +++ b/doc/en/installation/prerequisites.rst @@ -41,26 +41,25 @@ Dependent software The following table describes the dependent software: -+----------+-----------+ -| Software | Version | -+==========+===========+ -| Apache | 2.2 | -+----------+-----------+ -| GnuTLS | >= 2.0 | -+----------+-----------+ -| Net-SNMP | 5.5 | -+----------+-----------+ -| openssl | >= 1.0.1e | -+----------+-----------+ -| PHP | >= 5.3.0 | -+----------+-----------+ -| Qt | >= 4.7.4 | -+----------+-----------+ -| RRDtools | 1.4.7 | -+----------+-----------+ -| zlib | 1.2.3 | -+----------+-----------+ - ++----------+------------------+ +| Logiciel | Version | ++==========+==================+ +| Apache | 2.2 & 2.4 | ++----------+------------------+ +| GnuTLS | >= 2.0 | ++----------+------------------+ +| Net-SNMP | 5.5 | ++----------+------------------+ +| openssl | >= 1.0.1e | ++----------+------------------+ +| PHP | >= 5.3.0 & < 5.5 | ++----------+------------------+ +| Qt | >= 4.7.4 | ++----------+------------------+ +| RRDtools | 1.4.7 | ++----------+------------------+ +| zlib | 1.2.3 | ++----------+------------------+ *************************** Select type of architecture *************************** diff --git a/doc/fr/installation/prerequisites.rst b/doc/fr/installation/prerequisites.rst index 29757e01e2..9269a2f2ff 100644 --- a/doc/fr/installation/prerequisites.rst +++ b/doc/fr/installation/prerequisites.rst @@ -44,25 +44,25 @@ Dépendances logicielles Le tableau suivant dérit les dépendances logicielles : -+----------+-----------+ -| Logiciel | Version | -+==========+===========+ -| Apache | 2.2 | -+----------+-----------+ -| GnuTLS | >= 2.0 | -+----------+-----------+ -| Net-SNMP | 5.5 | -+----------+-----------+ -| openssl | >= 1.0.1e | -+----------+-----------+ -| PHP | >= 5.3.0 | -+----------+-----------+ -| Qt | >= 4.7.4 | -+----------+-----------+ -| RRDtools | 1.4.7 | -+----------+-----------+ -| zlib | 1.2.3 | -+----------+-----------+ ++----------+------------------+ +| Logiciel | Version | ++==========+==================+ +| Apache | 2.2 & 2.4 | ++----------+------------------+ +| GnuTLS | >= 2.0 | ++----------+------------------+ +| Net-SNMP | 5.5 | ++----------+------------------+ +| openssl | >= 1.0.1e | ++----------+------------------+ +| PHP | >= 5.3.0 & < 5.5 | ++----------+------------------+ +| Qt | >= 4.7.4 | ++----------+------------------+ +| RRDtools | 1.4.7 | ++----------+------------------+ +| zlib | 1.2.3 | ++----------+------------------+ ******************************* Sélectionner votre architecture -- GitLab