Commit ba9dfa733fb for php.net

commit ba9dfa733fb34b6fe80cc6c7d45ba4fe96831c3a
Merge: 8e3befdc660 b0ef5fcaa17
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date:   Fri May 22 19:44:11 2026 +0200

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      zlib: fix memory leak if deflate initialization fails and there is a dict

diff --cc NEWS
index c4682385ac1,905ac0c91cf..eca9c29d787
--- a/NEWS
+++ b/NEWS
@@@ -1,16 -1,17 +1,19 @@@
  PHP                                                                        NEWS
  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? ????, PHP 8.4.23
 -
 -- Intl:
 -  . Fix incorrect argument positions for uninitialized calendar arguments in
 -    IntlCalendar::equals(), ::before(), ::after(), and ::isEquivalentTo().
 -    (Weilin Du)
 +?? ??? ????, PHP 8.5.8

+ - Zlib:
+   . Fixed memory leak if deflate initialization fails and there is a dict.
+     (ndossche)

 -04 Jun 2026, PHP 8.4.22
 +02 Jun 2026, PHP 8.5.7
 +
 +- CLI:
 +  . Fixed bug GH-21901 (Stale getopt() optional value). (onthebed)
 +
 +- Core:
 +  . Fixed bug GH-22071 (JIT assertion on abstract static method call).
 +    (David Carlier)

  - Date:
    . Fixed bug GH-18422 (int overflow in php_date_llabs). (iliaal)