Skip to content

Commit 4fbe069

Browse files
authored
pcntl_waitid(): add changelog section (#4949)
Page: https://www.php.net/manual/en/function.pcntl-waitid.php The PHP 8.5 new `$resource_usage` parameter was added to the docs in PR 3854, but no changelog section was added, giving the reader the impression that the parameter was part of the function signature since the function was introduced, which is not true. Refs: * php/php-src 15921 Co-authored-by: jrfnl <[email protected]>
1 parent 743f97d commit 4fbe069

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

reference/pcntl/functions/pcntl-waitid.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,28 @@
320320
</table>
321321
</refsect1>
322322

323+
<refsect1 role="changelog">
324+
&reftitle.changelog;
325+
<informaltable>
326+
<tgroup cols="2">
327+
<thead>
328+
<row>
329+
<entry>&Version;</entry>
330+
<entry>&Description;</entry>
331+
</row>
332+
</thead>
333+
<tbody>
334+
<row>
335+
<entry>8.5.0</entry>
336+
<entry>
337+
<parameter>resource_usage</parameter> was added.
338+
</entry>
339+
</row>
340+
</tbody>
341+
</tgroup>
342+
</informaltable>
343+
</refsect1>
344+
323345
<refsect1 role="seealso">
324346
&reftitle.seealso;
325347
<para>

0 commit comments

Comments
 (0)