Commit dabcd745247 for php.net

commit dabcd7452479a90d57d15bf989256009eddf3f9c
Merge: 14d8e842366 2709ebc0ce6
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Sun Dec 28 00:21:56 2025 +0100

    Merge branch 'PHP-8.3' into PHP-8.4

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

diff --cc NEWS
index d394b17c5e5,0b5020c6f0c..dc14c520d57
--- a/NEWS
+++ b/NEWS
@@@ -59,10 -52,12 +59,13 @@@ PH

  - Standard:
    . Fix error check for proc_open() command. (ndossche)
 +  . Fix memory leak in mail() when header key is numeric. (Girgias)
    . Fixed bug GH-20582 (Heap Buffer Overflow in iptcembed). (ndossche)

+ - Zlib:
+   . Fix OOB gzseek() causing assertion failure. (ndossche)
+
 -18 Dec 2025, PHP 8.3.29
 +18 Dec 2025, PHP 8.4.16

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