nlopess Thu Jan 18 18:58:59 2007 UTC
Modified files:
/phpdoc/en/reference/exec/functions proc-open.xml
Log:
add context and binary_pipes opts
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/exec/functions/proc-open.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/exec/functions/proc-open.xml
diff -u phpdoc/en/reference/exec/functions/proc-open.xml:1.15
phpdoc/en/reference/exec/functions/proc-open.xml:1.16
--- phpdoc/en/reference/exec/functions/proc-open.xml:1.15 Thu Jan 18
17:02:24 2007
+++ phpdoc/en/reference/exec/functions/proc-open.xml Thu Jan 18 18:58:59 2007
@@ -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.