From d5eca94be0753c099688c74568abef77a5a59f24 Mon Sep 17 00:00:00 2001 From: Louis-Arnaud Date: Fri, 3 Jul 2026 22:45:30 +0200 Subject: [PATCH] =?UTF-8?q?install:=20retrait=20de=20la=20section=20outils?= =?UTF-8?q?=20tiers=20Windows=20et=20des=20r=C3=A9f=C3=A9rences=20=C3=A0?= =?UTF-8?q?=20XAMPP=20(php/doc-en#4720)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/windows/index.xml | 4 +--- install/windows/tools.xml | 33 --------------------------------- reference/mongodb/configure.xml | 7 +++---- 3 files changed, 4 insertions(+), 40 deletions(-) delete mode 100644 install/windows/tools.xml diff --git a/install/windows/index.xml b/install/windows/index.xml index ff1d02766f..6738c0521b 100644 --- a/install/windows/index.xml +++ b/install/windows/index.xml @@ -1,6 +1,5 @@ - - + Installation sur les systèmes Windows @@ -23,7 +22,6 @@ &install.windows.manual; &install.windows.apache2; &install.windows.iis; - &install.windows.tools; &install.windows.building; &install.windows.commandline; diff --git a/install/windows/tools.xml b/install/windows/tools.xml deleted file mode 100644 index b482ddb6a2..0000000000 --- a/install/windows/tools.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - Outils tiers pour l'installation de PHP - &warn.install.third-party-support; - - XAMPP, - WampServer, et - Bitnami - configurent également des applications PHP pour une utilisation avec Apache sur Windows. - - - diff --git a/reference/mongodb/configure.xml b/reference/mongodb/configure.xml index c9a70b29e6..b9c7837c3f 100644 --- a/reference/mongodb/configure.xml +++ b/reference/mongodb/configure.xml @@ -1,6 +1,5 @@ - - +
&reftitle.install; @@ -41,7 +40,7 @@ $ sudo pecl install mongodb Sur les systèmes avec plusieurs versions de PHP installées (par exemple, macOS par défaut, - Homebrew, XAMPP), chaque version de PHP + Homebrew), chaque version de PHP aura sa propre commande pecl et fichier &php.ini;. De plus, chaque environnement PHP (par exemple CLI, web) peut utiliser des fichiers &php.ini; séparés. @@ -220,7 +219,7 @@ $ sudo make install Sur les systèmes avec plusieurs versions de PHP installées (par exemple, macOS par défaut, - Homebrew, XAMPP), chaque version de PHP + Homebrew), chaque version de PHP aura sa propre commande phpize et fichier &php.ini;. De plus, chaque environnement PHP (par exemple CLI, web) peut utiliser des fichiers &php.ini; séparés.