From 800f14f6db281bd4103a842bae47703640164d77 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Thu, 10 Dec 2015 17:26:51 +0000 Subject: [PATCH] Windows 10 inherits console handles automatically, reversing the meaning of the registry entry for versions of Windows prior to Windows 10. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338235 c90b9560-bf6c-de11-be94-00142212c4b1 --- install/windows/commandline.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/windows/commandline.xml b/install/windows/commandline.xml index 02867b1673..97c68849cd 100644 --- a/install/windows/commandline.xml +++ b/install/windows/commandline.xml @@ -179,6 +179,10 @@ Windows Registry Editor Version 5.00 Further information regarding this issue can be found in this 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.