We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8a421 commit 17a7f39Copy full SHA for 17a7f39
reference/exec/functions/proc-close.xml
@@ -49,9 +49,9 @@
49
an error then <literal>-1</literal> is returned.
50
</para>
51
<para>
52
- If <function>proc_get_status</function> is called before <function>proc_close</function>,
53
- and finds the process not in "running" state anymore, and retrieves the exit code, then
54
- <function>proc_close</function> will also return <literal>-1</literal>.
+ Prior to PHP 8.3.0, if <function>proc_get_status</function> is called before
+ <function>proc_close</function> and retrieves the exit code, then
+ <function>proc_close</function> will return <literal>-1</literal>.
55
56
¬e.sigchild;
57
</refsect1>
0 commit comments