Commit d9b02e43c33 for php.net

commit d9b02e43c330cfce4e66ad7d093b2e8c9fbf6517
Merge: b6a3852b311 30ed81314b1
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Fri Jan 2 13:04:35 2026 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix GH-18139: Memory leak when overriding some settings via readline_info()

diff --cc NEWS
index 4f03cada059,c0bc33dcae1..05e6887ddc2
--- a/NEWS
+++ b/NEWS
@@@ -1,14 -1,12 +1,18 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.4.18
 +?? ??? ????, PHP 8.5.3
 +
 +- Core:
 +  . Fixed bug GH-20806 (preserve_none feature compatiblity with LTO).
 +    (henderkes)
 +  . Fixed bug GH-20767 (build failure with musttail/preserve_none feature
 +    on macOs). (David Carlier)

+ - Readline:
+   . Fixed bug GH-18139 (Memory leak when overriding some settings
+     via readline_info()). (ndossche)
+
 -15 Jan 2026, PHP 8.4.17
 +15 Jan 2026, PHP 8.5.2

  - Core:
    . Fix OSS-Fuzz #465488618 (Wrong assumptions when dumping function signature