Update NEWS

This commit is contained in:
Xinchen Hui 2012-04-06 21:58:28 +08:00
parent b0f09b69d3
commit 014ed76943

2
NEWS
View File

@ -9,6 +9,8 @@ PHP NEWS
. "Connection: close" instead of "Connection: closed" (Gustavo)
- Core:
. Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables
(without apache2)). (Laruence)
. Fixed bug #61605 (header_remove() does not remove all headers). (Laruence)
. Fixed bug #61374 (html_entity_decode tries to decode code points that don't
exist in ISO-8859-1). (Gustavo)