svn: /phpdoc/ja/trunk/reference/exec/functions/ proc-open.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Fri, 19 Jun 2020 20:20:11 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=350057

Log:
Fix #79704: proc_open failure with Windows

Bug: https://bugs.php.net/79704 (error getting bug information)
      
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-06-19 20:03:59 UTC (rev 350056)
+++ phpdoc/ja/trunk/reference/exec/functions/proc-open.xml	2020-06-19 20:20:11 UTC (rev 350057)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 349498 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 350047 Maintainer: hirokawa Status: ready -->
 <!-- CREDITS: takagi,mumumu -->
   <refentry xml:id='function.proc-open' xmlns="http://docbook.org/ns/docbook">
    <refnamediv>
@@ -72,6 +72,13 @@
        PHP 7.4.0 以降、<parameter>cmd</parameter> にはコマンドの引数も含めた &array; を渡せるようになりました。
        この場合、プロセスは直接(シェルを介さずに)オープンされ、PHP が必要な引数のエスケープを全て行います。
       </para>
+      <note>
+       <para>
+        Windows では、&array; で渡されるコマンドライン引数のエスケープは、
+        コマンドライン引数の解釈が
+        VCランタイムによって行われるものと互換性があることを前提にして行われます。
+       </para>
+      </note>
      </listitem>
     </varlistentry>
     <varlistentry>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.