Commit 67d1476d4d8 for php.net

commit 67d1476d4d8015c7a7ddf3221eb062c423869818
Merge: e0c1b299493 c54c15c25ca
Author: Saki Takamachi <saki@php.net>
Date:   Sat Sep 5 10:45:50 2026 +0900

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      ext/standard Fix round() for large integral doubles (#22461)

diff --cc NEWS
index 699339680c4,b2e8d22465b..83a6f7c6ed8
--- a/NEWS
+++ b/NEWS
@@@ -91,7 -97,11 +91,9 @@@ PH
      before re-attaching the bucket. (iliaal)
    . Fixed an out-of-bounds read when following a redirect response with an
      empty Location header. (iliaal)
 -  . Fixed a memory leak in array_merge_recursive() when the recursive merge of
 -    an object converted to an array fails. (David Carlier)
    . Fixed read buffer compaction in php_stream_filter_flush(). (crystarm)
+   . Fixed bug GH-22410 (Incorrect float behavior with large numbers).
+     (arshidkv12)

  - SimpleXML:
    . Fixed writing to a dimension of the object returned by attributes() not