Commit 081487078cd for php.net

commit 081487078cdc6a97917fdd8276998f585cc18556
Merge: 16e217ee550 73d9145ef5a
Author: ndossche <7771979+ndossche@users.noreply.github.com>
Date:   Sun Jun 7 10:58:09 2026 +0200

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      zlib: Fix memory leak in inflate_add()
      zlib: no need to free dict on inflate init error

diff --cc NEWS
index 7bc92d48ec3,e9014b130cd..2828c65643c
--- a/NEWS
+++ b/NEWS
@@@ -27,15 -29,9 +27,16 @@@ PH
  - Zlib:
    . Fixed memory leak if deflate initialization fails and there is a dict.
      (ndossche)
+   . Fixed memory leak in inflate_add(). (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)