[DOC-CVS] [doc-en] master: Fix dead external links in the English manual (#5664)
[email protected] (Louis-Arnaud via GitHub) Fri, 17 Jul 2026 07:52:53 +0000
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Louis-Arnaud (lacatoire)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-07-17T09:52:51+02:00
Commit: https://github.com/php/doc-en/commit/10e6a2b042104bd7481b6c21ddbfda594683e3c4
Raw diff: https://github.com/php/doc-en/commit/10e6a2b042104bd7481b6c21ddbfda594683e3c4.diff
Fix dead external links in the English manual (#5664)
* Fix two dead external links
reference/ldap/constants.xml: &url.rfc;45282 had an extra digit (link
text reads RFC 4528). reference/mongodb/architecture.xml: remove the
double slash in the Composer package link.
* Drop two retired Microsoft links, keep the reference text
The Microsoft KB 321788 page and the MSDN forum post (both 404, no
archive snapshot) are unlinked while keeping the surrounding prose.
Changed paths:
M install/windows/commandline.xml
M reference/ldap/constants.xml
M reference/mongodb/architecture.xml
Diff:
diff --git a/install/windows/commandline.xml b/install/windows/commandline.xml
index 95166288c95a..32993f99cefa 100644
--- a/install/windows/commandline.xml
+++ b/install/windows/commandline.xml
@@ -177,13 +177,10 @@ Windows Registry Editor Version 5.00
"InheritConsoleHandles"=dword:00000001
]]>
</screen>
- Further information regarding this issue can be found in this <link
- xlink:href="http://support.microsoft.com/default.aspx?scid=kb;en-us;321788">Microsoft
- Knowledgebase Article : 321788</link>.
+ Further information regarding this issue can be found in Microsoft
+ Knowledgebase Article 321788.
As of Windows 10, this setting seems to be reversed, making the default install of
- Windows 10 support inherited console handles automatically. This <link
- xlink:href="https://social.msdn.microsoft.com/Forums/en-US/f19d740d-21c8-4dc2-a9ab-d5c0527e932b/nasty-file-association-regression-bug-in-windows-10-console?forum=windowssdk">
- Microsoft forum post</link> provides the explanation.
+ Windows 10 support inherited console handles automatically.
</para>
</note>
</sect1>
diff --git a/reference/ldap/constants.xml b/reference/ldap/constants.xml
index 2115593612b0..40b5680ed884 100644
--- a/reference/ldap/constants.xml
+++ b/reference/ldap/constants.xml
@@ -558,7 +558,7 @@
</term>
<listitem>
<simpara>
- Control Constant - Assertion (<link xlink:href="&url.rfc;45282">RFC 4528</link>).
+ Control Constant - Assertion (<link xlink:href="&url.rfc;4528">RFC 4528</link>).
Available as of PHP 7.3.0.
</simpara>
</listitem>
diff --git a/reference/mongodb/architecture.xml b/reference/mongodb/architecture.xml
index aaf3ad5b04c9..e65963e526c8 100644
--- a/reference/mongodb/architecture.xml
+++ b/reference/mongodb/architecture.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-
<chapter xml:id="mongodb.architecture" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<titleabbrev>Driver Architecture and Internals</titleabbrev>
<title>Explains the driver architecture, and special features</title>
@@ -34,7 +33,7 @@
At the top of this stack sits a
<link xlink:href="&url.mongodb.library;">PHP library</link>,
which is distributed as a
- <link xlink:href="&url.packagist.package;/mongodb/mongodb">Composer package</link>.
+ <link xlink:href="&url.packagist.package;mongodb/mongodb">Composer package</link>.
This library provides an API consistent with other MongoDB
<link xlink:href="&url.mongodb.drivers;">drivers</link>
and implements various cross-driver