Commit 64dd933a06e for php.net

commit 64dd933a06edf3d32194df602874a433c253fb81
Merge: 3a4932785eb 355a4b5e61f
Author: Yuya Hamada <youkidearitai@gmail.com>
Date:   Mon Dec 15 10:58:49 2025 +0900

    Merge branch 'PHP-8.4' into PHP-8.5

diff --cc NEWS
index 612cd9e9a39,c8ea2fe3cde..a09a5dfda79
--- a/NEWS
+++ b/NEWS
@@@ -13,10 -16,14 +13,14 @@@ PH
  - LDAP:
    . Fix memory leak in ldap_set_options(). (ndossche)

 +- Lexbor:
 +  . Fixed bug GH-20668 (\Uri\WhatWg\Url::withHost() crashes (SEGV) for URLs
 +    using the file: scheme). (lexborisov)
 +
+ - Mbstring
+   . Fixed bug GH-20674 (Fix GH-20674 mb_decode_mimeheader does not handle
+     separator). (Yuya Hamada)
+
 -- SPL:
 -  . Fixed bug GH-20678 (resource created by GlobIterator crashes with fclose()).
 -    (David Carlier)
 -
  - Sqlite3:
    . Fixed bug GH-20699 (SQLite3Result fetchArray return array|false,
      null returned). (ndossche, plusminmax)