svn: /phpdoc/ja/trunk/reference/exec/functions/ proc-open.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Thu, 19 Mar 2020 14:31:37 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349499
Log:
Document new create_new_console option for proc_open()
Cf. <https://github.com/php/php-src/pull/5175>.
Changed paths:
U phpdoc/ja/trunk/reference/exec/functions/proc-open.xml
Modified: phpdoc/ja/trunk/reference/exec/functions/proc-open.xml
===================================================================
--- phpdoc/ja/trunk/reference/exec/functions/proc-open.xml 2020-03-19 14:09:56 UTC (rev 349498)
+++ phpdoc/ja/trunk/reference/exec/functions/proc-open.xml 2020-03-19 14:31:37 UTC (rev 349499)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349246 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349498 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<refentry xml:id='function.proc-open' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -169,6 +169,10 @@
子プロセスが <literal>CTRL</literal> イベントを
ハンドルすることを許可します。
</member>
+ <member>
+ <literal>create_new_console</literal> (windows のみ):
+ 新しいプロセスは親の console を継承せず、新しい console を持ちます。
+ </member>
</simplelist>
</para>
</listitem>
@@ -199,6 +203,13 @@
</thead>
<tbody>
<row>
+ <entry>7.4.4</entry>
+ <entry>
+ <parameter>other_options</parameter> パラメータに
+ オプション <literal>create_new_console</literal> が追加されました。
+ </entry>
+ </row>
+ <row>
<entry>7.4.0</entry>
<entry>
<function>proc_open</function> 関数は、