Commit 4ed8fce4582 for php.net

commit 4ed8fce4582288c67d1ad71329d6f2c3d7844a8e
Merge: 31ae40d5e1b 48b4289dff4
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Fri Dec 26 22:44:35 2025 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

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

diff --cc NEWS
index 7c49d5e1c4e,d394b17c5e5..0f62b6ef7f8
--- a/NEWS
+++ b/NEWS
@@@ -56,12 -60,9 +56,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)

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

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