Commit 99365b88348 for php.net

commit 99365b88348a2a6e2d9d5ef1cd1a20170f038488
Merge: b0215e9c1ba c920daa7ec2
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date:   Sun Mar 22 09:57:56 2026 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix GH-21486: Dom\HTMLDocument parser mangles xml:space and xml:lang attributes

diff --cc NEWS
index 24e90b32ad1,e10a9d68d49..f61c1db559d
--- a/NEWS
+++ b/NEWS
@@@ -8,9 -9,10 +8,13 @@@ PH
    . Fixed bugs GH-20875, GH-20873, GH-20854 (Propagate IN_GET guard in
      get_property_ptr_ptr for lazy proxies). (iliaal)

 +- Bz2:
 +  . Fix truncation of total output size causing erroneous errors. (ndossche)
 +
+ - DOM:
+   . Fixed bug GH-21486 (Dom\HTMLDocument parser mangles xml:space and
+     xml:lang attributes). (ndossche)
+
  - GD:
    . Fixed bug GH-21431 (phpinfo() to display libJPEG 10.0 support).
      (David Carlier)