Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions install/windows/commandline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<sect1 xml:id="install.windows.commandline" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Running PHP on the command line on Windows systems</title>
<para>
Expand Down Expand Up @@ -177,13 +176,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>
Expand Down
3 changes: 1 addition & 2 deletions reference/ldap/constants.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<appendix xml:id="ldap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.constants;
&extension.constants;
Expand Down Expand Up @@ -558,7 +557,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>
Expand Down
3 changes: 1 addition & 2 deletions reference/mongodb/architecture.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?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>
Expand Down Expand Up @@ -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
Expand Down