1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix NEWS formatting

This commit is contained in:
Niels Dossche
2025-12-24 13:29:23 +01:00
parent f3b9482ed5
commit 494dd97521

6
NEWS
View File

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