Skip to content

Commit 17a7f39

Browse files
authored
Update documentation for proc_close behavior
1 parent 9f8a421 commit 17a7f39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/exec/functions/proc-close.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
an error then <literal>-1</literal> is returned.
5050
</para>
5151
<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>.
52+
Prior to PHP 8.3.0, if <function>proc_get_status</function> is called before
53+
<function>proc_close</function> and retrieves the exit code, then
54+
<function>proc_close</function> will return <literal>-1</literal>.
5555
</para>
5656
&note.sigchild;
5757
</refsect1>

0 commit comments

Comments
 (0)