Commit ded206ee166 for php.net

commit ded206ee1661843f0039563f68f1c5cb59ae37d8
Merge: 13d63d61055 7f56d4a23fc
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Wed Dec 24 13:30:09 2025 +0100

    Merge branch 'PHP-8.4' into PHP-8.5

    * PHP-8.4:
      Fix NEWS formatting

diff --cc NEWS
index 9ea0ffa9bbe,7dca021c376..f7605487533
--- a/NEWS
+++ b/NEWS
@@@ -25,13 -28,9 +25,13 @@@ 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)
+ - Mbstring:
+   . Fixed bug GH-20674 (mb_decode_mimeheader does not handle separator).
+     (Yuya Hamada)

  - Phar:
    . Fixed bug GH-20732 (Phar::LoadPhar undefined behavior when reading fails).