Commit 48b4289dff4 for php.net

commit 48b4289dff439401bc6af6cb8aa094e3414fe605
Merge: 40c291cf932 99ed66b49fa
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Fri Dec 26 22:44:14 2025 +0100

    Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      Fix GH-20582: Heap Buffer Overflow in iptcembed

diff --cc NEWS
index e586e31998f,77119e29fcf..d394b17c5e5
--- a/NEWS
+++ b/NEWS
@@@ -59,9 -52,9 +59,10 @@@ 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)

 -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)