Commit 42f51528dad for php.net

commit 42f51528dad7fafdc6057d5094b51fee483c4900
Merge: 324db3a77a9 dabcd745247
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Sun Dec 28 00:22:12 2025 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix OOB gzseek() causing assertion failure

diff --cc NEWS
index 0f62b6ef7f8,dc14c520d57..c21c8413eb8
--- a/NEWS
+++ b/NEWS
@@@ -58,11 -62,10 +58,14 @@@ PH
    . Fix memory leak in mail() when header key is numeric. (Girgias)
    . Fixed bug GH-20582 (Heap Buffer Overflow in iptcembed). (ndossche)

 +- URI:
 +  . Fixed bug GH-20771 (Assertion failure when getUnicodeHost() returns
 +    empty string). (ndossche)
 +
+ - Zlib:
+   . Fix OOB gzseek() causing assertion failure. (ndossche)
+
 -18 Dec 2025, PHP 8.4.16
 +18 Dec 2025, PHP 8.5.1

  - Core:
    . Sync all boost.context files with release 1.86.0. (mvorisek)