[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/_language-snippets.ent_reference/exec/functions/proc-close
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2016-06-29 18:23:56
Message-ID: svn-cmb-1467224636-339529-1719271347 () svn ! php ! net
[Download RAW message or body]

cmb                                      Wed, 29 Jun 2016 18:23:56 +0000

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

Log:
Fix #71804: proc_close does not return exit code

Bug: https://bugs.php.net/71804 (Open) proc_close does not return exit code
      
Changed paths:
    U   phpdoc/en/trunk/language-snippets.ent
    U   phpdoc/en/trunk/reference/exec/functions/proc-close.xml
    U   phpdoc/en/trunk/reference/filesystem/functions/pclose.xml

Modified: phpdoc/en/trunk/language-snippets.ent
===================================================================
--- phpdoc/en/trunk/language-snippets.ent	2016-06-29 17:49:53 UTC (rev 339528)
+++ phpdoc/en/trunk/language-snippets.ent	2016-06-29 18:23:56 UTC (rev 339529)
@@ -117,6 +117,13 @@
 </note>
 '>

+<!ENTITY note.sigchild '<note xmlns="http://docbook.org/ns/docbook">
+ <para>
+  If PHP has been compiled with --enable-sigchild, the return value of this function is undefined.
+ </para>
+</note>
+'>
+
 <!ENTITY note.sort-unstable '<note xmlns="http://docbook.org/ns/docbook">
  <para>
   If two members compare as equal, their relative order in the sorted array is undefined.

Modified: phpdoc/en/trunk/reference/exec/functions/proc-close.xml
===================================================================
--- phpdoc/en/trunk/reference/exec/functions/proc-close.xml	2016-06-29 17:49:53 UTC (rev 339528)
+++ phpdoc/en/trunk/reference/exec/functions/proc-close.xml	2016-06-29 18:23:56 UTC (rev 339529)
@@ -48,6 +48,7 @@
    Returns the termination status of the process that was run. In case of
    an error then <literal>-1</literal> is returned.
   </para>
+  &note.sigchild;
  </refsect1>

 </refentry>

Modified: phpdoc/en/trunk/reference/filesystem/functions/pclose.xml
===================================================================
--- phpdoc/en/trunk/reference/filesystem/functions/pclose.xml	2016-06-29 17:49:53 UTC (rev 339528)
+++ phpdoc/en/trunk/reference/filesystem/functions/pclose.xml	2016-06-29 18:23:56 UTC (rev 339529)
@@ -40,6 +40,7 @@
    Returns the termination status of the process that was run. In case of
    an error then <literal>-1</literal> is returned.
   </para>
+  &note.sigchild;
  </refsect1>

  <refsect1 role="examples">



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic