summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-05-08 18:51:49 +0200
committerAnatoliy Belsky <ab@php.net>2012-05-08 18:51:49 +0200
commit838b4b8ff7d78dfb0da99e0b17568558a85a1c2a (patch)
tree888823f528fd402e40740a4390e2f18472705217
parentd776a933eb270c7aa094c937168966fa89e2fa5c (diff)
downloadphp-git-838b4b8ff7d78dfb0da99e0b17568558a85a1c2a.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c354b39e8d..bd194be6cc 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ PHP NEWS
. 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
set to null). (Anatoliy)
+ . Fixed bug #61713 (Logic error in charset detection for htmlentities).
+ (Anatoliy)
- Fileinfo:
. Fixed bug #61812 (Uninitialised value used in libmagic).