Fix #79704: proc_open failure with Windows

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350047 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-06-18 08:53:34 +00:00
parent 001013aeb8
commit 24143af06c

View file

@ -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.
</para>
<note>
<para>
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.
</para>
</note>
</listitem>
</varlistentry>
<varlistentry>