vrana Tue Nov 29 09:57:10 2005 EDT
Modified files: /phpdoc/en/reference/exec/functions proc-get-status.xml Log: exitcode is valid only in first call (bug #35169) http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/proc-get-status.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/exec/functions/proc-get-status.xml diff -u phpdoc/en/reference/exec/functions/proc-get-status.xml:1.9 phpdoc/en/reference/exec/functions/proc-get-status.xml:1.10 --- phpdoc/en/reference/exec/functions/proc-get-status.xml:1.9 Tue Nov 29 09:55:34 2005 +++ phpdoc/en/reference/exec/functions/proc-get-status.xml Tue Nov 29 09:57:10 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <refentry id='function.proc-get-status'> <refnamediv> <refname>proc_get_status</refname> @@ -90,6 +90,8 @@ <entry> The exit code returned by the process (which is only meaningful if <literal>running</literal> is &false;). + Only first call of this function return real value, next calls return + <literal>-1</literal>. </entry> </row> <row>