From 7459726181cc2e1762949e206b4feafcfc42a157 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 7 Jul 2026 19:07:55 +0200 Subject: [PATCH 1/2] 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. --- reference/ldap/constants.xml | 3 +-- reference/mongodb/architecture.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/reference/ldap/constants.xml b/reference/ldap/constants.xml index 2115593612b0..f2c94df0d89a 100644 --- a/reference/ldap/constants.xml +++ b/reference/ldap/constants.xml @@ -1,5 +1,4 @@ - &reftitle.constants; &extension.constants; @@ -558,7 +557,7 @@ - Control Constant - Assertion (RFC 4528). + Control Constant - Assertion (RFC 4528). Available as of PHP 7.3.0. diff --git a/reference/mongodb/architecture.xml b/reference/mongodb/architecture.xml index aaf3ad5b04c9..51b231e3b967 100644 --- a/reference/mongodb/architecture.xml +++ b/reference/mongodb/architecture.xml @@ -1,5 +1,4 @@ - Driver Architecture and Internals @@ -34,7 +33,7 @@ At the top of this stack sits a PHP library, which is distributed as a - Composer package. + Composer package. This library provides an API consistent with other MongoDB drivers and implements various cross-driver From 657148f11bc9aa16cd242ae1096f3af245500619 Mon Sep 17 00:00:00 2001 From: lacatoire Date: Tue, 7 Jul 2026 19:52:37 +0200 Subject: [PATCH 2/2] 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. Also drops the dead SVN $Revision$ marker from the file. --- install/windows/commandline.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/install/windows/commandline.xml b/install/windows/commandline.xml index 95166288c95a..2c657c3e7d83 100644 --- a/install/windows/commandline.xml +++ b/install/windows/commandline.xml @@ -1,5 +1,4 @@ - Running PHP on the command line on Windows systems @@ -177,13 +176,10 @@ Windows Registry Editor Version 5.00 "InheritConsoleHandles"=dword:00000001 ]]> - Further information regarding this issue can be found in this Microsoft - Knowledgebase Article : 321788. + 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 - Microsoft forum post provides the explanation. + Windows 10 support inherited console handles automatically.