Commit 31ae40d5e1b for php.net

commit 31ae40d5e1bbf45b2a3120d1f65cc9bc2fedeaa9
Merge: dc5de5d4197 40c291cf932
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Fri Dec 26 22:28:51 2025 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix GH-20444: Dom\XMLDocument::C14N() seems broken compared to DOMDocument::C14N()

diff --cc NEWS
index d445c491210,e586e31998f..7c49d5e1c4e
--- a/NEWS
+++ b/NEWS
@@@ -14,10 -14,15 +14,12 @@@ PH
  - DOM:
    . Fixed bug GH-20722 (Null pointer dereference in DOM namespace node cloning
      via clone on malformed objects). (ndossche)
+   . Fixed bug GH-20444 (Dom\XMLDocument::C14N() seems broken compared
+     to DOMDocument::C14N()). (ndossche)

 -- GD:
 -  . Fixed bug GH-20622 (imagestring/imagestringup overflow). (David Carlier)
 +- EXIF:
 +  . Fixed bug GH-20631 (Integer underflow in exif HEIF parsing
 +    when pos.size < 2). (Oblivionsage)

  - Intl:
    . Fix leak in umsg_format_helper(). (ndossche)