From 7150f913482dc9c43bf9d57aca25c1dc87607c6a Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 24 Oct 2025 04:00:27 +0200 Subject: [PATCH] pcntl_waitid(): add changelog section 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 --- reference/pcntl/functions/pcntl-waitid.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/reference/pcntl/functions/pcntl-waitid.xml b/reference/pcntl/functions/pcntl-waitid.xml index d108a9012830..6a623bbc11f9 100644 --- a/reference/pcntl/functions/pcntl-waitid.xml +++ b/reference/pcntl/functions/pcntl-waitid.xml @@ -320,6 +320,28 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + resource_usage was added. + + + + + + + &reftitle.seealso;