add context and binary_pipes opts

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227533 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2007-01-18 18:58:59 +00:00
parent f030a11455
commit b706b98b28

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/exec.xml, last change in rev 1.28 -->
<refentry id='function.proc-open'>
<refnamediv>
@ -118,6 +118,14 @@
<literal>bypass_shell</literal> (windows only): bypass
<literal>cmd.exe</literal> shell when set to &true;
</member>
<member>
<literal>context</literal>: stream context used when opening files
(created with <function>stream_context_create</function>)
</member>
<member>
<literal>binary_pipes</literal>: open pipes in binary mode, instead
of using the usual <literal>stream_encoding</literal>
</member>
</simplelist>
</para>
</listitem>
@ -148,14 +156,22 @@
</thead>
<tbody>
<row>
<entry>5.2.1.</entry>
<entry>6.0.0</entry>
<entry>
Added the <literal>context</literal> and
<literal>binary_pipes</literal> options to the
<parameter>other_options</parameter> parameter.
</entry>
</row>
<row>
<entry>5.2.1</entry>
<entry>
Added the <literal>bypass_shell</literal> option to the
<parameter>other_options</parameter> parameter.
</entry>
</row>
<row>
<entry>5.0.0.</entry>
<entry>5.0.0</entry>
<entry>
Added the <parameter>cwd</parameter>, <parameter>env</parameter> and
<parameter>other_options</parameter> parameters.