Skip to content

Commit fda4cd4

Browse files
committed
pcntl_waitid(): add changelog section
php/doc-en@4fbe069
1 parent 0d842e6 commit fda4cd4

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

reference/pcntl/functions/pcntl-waitid.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 8e31067f1aa8fa219cc1de11abb26ab81e5a2be0 Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 4fbe0691312fbf85d67674f2e80c1abb5c36187f Maintainer: mumumu Status: ready -->
44
<refentry xml:id="function.pcntl-waitid" xmlns="http://docbook.org/ns/docbook">
55
<refnamediv>
66
<refname>pcntl_waitid</refname>
@@ -326,6 +326,28 @@
326326
</table>
327327
</refsect1>
328328

329+
<refsect1 role="changelog">
330+
&reftitle.changelog;
331+
<informaltable>
332+
<tgroup cols="2">
333+
<thead>
334+
<row>
335+
<entry>&Version;</entry>
336+
<entry>&Description;</entry>
337+
</row>
338+
</thead>
339+
<tbody>
340+
<row>
341+
<entry>8.5.0</entry>
342+
<entry>
343+
<parameter>resource_usage</parameter> が追加されました。
344+
</entry>
345+
</row>
346+
</tbody>
347+
</tgroup>
348+
</informaltable>
349+
</refsect1>
350+
329351
<refsect1 role="seealso">
330352
&reftitle.seealso;
331353
<para>

0 commit comments

Comments
 (0)