From 24143af06cb3df496e671ae710af6b54398b2f74 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 18 Jun 2020 08:53:34 +0000 Subject: [PATCH] Fix #79704: proc_open failure with Windows git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350047 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/exec/functions/proc-open.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/exec/functions/proc-open.xml b/reference/exec/functions/proc-open.xml index e0930fbed3..ae03b9af8a 100644 --- a/reference/exec/functions/proc-open.xml +++ b/reference/exec/functions/proc-open.xml @@ -69,6 +69,13 @@ In this case the process will be opened directly (without going through a shell) and PHP will take care of any necessary argument escaping. + + + On Windows, the argument escaping of the &array; elements assumes that the + command line parsing of the executed command is compatible with the parsing + of command line arguments done by the VC runtime. + +