Commit 494dd975214 for php.net
commit 494dd9752144413078962fb0d428b0f64449d8ca
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date: Wed Dec 24 13:29:23 2025 +0100
Fix NEWS formatting
diff --git a/NEWS b/NEWS
index 44da45b565b..a2690fa84d3 100644
--- a/NEWS
+++ b/NEWS
@@ -28,9 +28,9 @@ PHP NEWS
- LDAP:
. Fix memory leak in ldap_set_options(). (ndossche)
-- 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).