Commit 735f354ac9a for php.net

commit 735f354ac9a138790fe883dfecbaf9125e223877
Merge: 874727b41f3 bf63341f356
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Thu Dec 18 22:40:02 2025 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix GH-20722: Null pointer dereference in DOM namespace node cloning via clone on malformed objects

diff --cc NEWS
index 8439c8f2779,df90db4bfd0..2d0ad26c229
--- a/NEWS
+++ b/NEWS
@@@ -9,9 -9,16 +9,13 @@@ PH
      malformed INI input via parse_ini_string()). (ndossche)
    . Fixed bug GH-20714 (Uncatchable exception thrown in generator). (ilutov)

 -- Bz2:
 -  . Fixed bug GH-20620 (bzcompress overflow on large source size).
 -    (David Carlier)
 -
+ - DOM:
+   . Fixed bug GH-20722 (Null pointer dereference in DOM namespace node cloning
+     via clone on malformed objects). (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)

  - LDAP:
    . Fix memory leak in ldap_set_options(). (ndossche)