From 652632a89bc4ec1623ddcc41da82bd888c874b29 Mon Sep 17 00:00:00 2001 From: Anatoliy Belsky Date: Thu, 10 May 2012 15:48:56 +0200 Subject: [PATCH] updated NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index bd194be6cc7..e9c13701cfd 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,7 @@ PHP NEWS set to null). (Anatoliy) . Fixed bug #61713 (Logic error in charset detection for htmlentities). (Anatoliy) + . Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy) - Fileinfo: . Fixed bug #61812 (Uninitialised value used in libmagic).