[DOC-CVS] [doc-en] master: Remove third party Windows tool section and other references to XAMPP (#4720)
[email protected] (AllenJB via GitHub) Fri, 3 Jul 2026 15:08:59 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: AllenJB (AllenJB)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-07-03T17:08:56+02:00
Commit: https://github.com/php/doc-en/commit/838c897fc7d0c50689a748ae4a59baebfe99920b
Raw diff: https://github.com/php/doc-en/commit/838c897fc7d0c50689a748ae4a59baebfe99920b.diff
Remove third party Windows tool section and other references to XAMPP (#4720)
Changed paths:
D install/windows/tools.xml
M install/windows/index.xml
M reference/mongodb/configure.xml
Diff:
diff --git a/install/windows/index.xml b/install/windows/index.xml
index 33c0029122cd..89392099980e 100644
--- a/install/windows/index.xml
+++ b/install/windows/index.xml
@@ -23,7 +23,6 @@
&install.windows.manual;
&install.windows.apache2;
&install.windows.iis;
- &install.windows.tools;
&install.windows.building;
&install.windows.commandline;
</chapter>
diff --git a/install/windows/tools.xml b/install/windows/tools.xml
deleted file mode 100644
index cd184bc9aee5..000000000000
--- a/install/windows/tools.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<sect1 xml:id="install.windows.tools" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <title>Third-party tools for installing PHP</title>
- &warn.install.third-party-support;
- <para>
- <link xlink:href="&url.xampp;">XAMPP</link>,
- <link xlink:href="&url.wampserver;">WampServer</link>, and
- <link xlink:href="&url.bitnami;">Bitnami</link>
- will also setup PHP applications for use with Apache on Windows.
- </para>
-</sect1>
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->
diff --git a/reference/mongodb/configure.xml b/reference/mongodb/configure.xml
index d170e6721666..b43044fa6a59 100644
--- a/reference/mongodb/configure.xml
+++ b/reference/mongodb/configure.xml
@@ -40,7 +40,7 @@ $ sudo pecl install mongodb
<simpara>
On systems with multiple version of PHP installed (e.g. macOS default,
- Homebrew, <link xlink:href="&url.xampp;">XAMPP</link>), each version of PHP
+ Homebrew), each version of PHP
will have its own <link linkend="install.pecl">pecl</link>
command and &php.ini; file(s). Additionally, each PHP environments (e.g.
CLI, web) may use separate &php.ini; files.
@@ -220,7 +220,7 @@ $ sudo make install
<simpara>
On systems with multiple version of PHP installed (e.g. macOS default,
- Homebrew, <link xlink:href="&url.xampp;">XAMPP</link>), each version of PHP
+ Homebrew), each version of PHP
will have its own <link linkend="install.pecl.phpize">phpize</link>
command and &php.ini; file(s). Additionally, each PHP environments (e.g.
CLI, web) may use separate &php.ini; files.