updated NEWS

This commit is contained in:
Anatoliy Belsky 2012-05-08 18:51:49 +02:00
parent d776a933eb
commit 838b4b8ff7

2
NEWS
View file

@ -17,6 +17,8 @@ PHP NEWS
. Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo) . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
. Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
set to null). (Anatoliy) set to null). (Anatoliy)
. Fixed bug #61713 (Logic error in charset detection for htmlentities).
(Anatoliy)
- Fileinfo: - Fileinfo:
. Fixed bug #61812 (Uninitialised value used in libmagic). . Fixed bug #61812 (Uninitialised value used in libmagic).