mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
001013aeb8
commit
24143af06c
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue