]> granicus.if.org Git - php/commitdiff
add bug #62082
authorStanislav Malyshev <stas@php.net>
Thu, 24 May 2012 18:38:36 +0000 (13:38 -0500)
committerStanislav Malyshev <stas@php.net>
Tue, 29 May 2012 00:38:33 +0000 (17:38 -0700)
NEWS

diff --git a/NEWS b/NEWS
index eed55f1e1a580c026425ca5842c31fc2ba7d6c51..911fef9fced24ad563a121142c60ae74d68d3326 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,8 @@ PHP                                                                        NEWS
 - Intl
   . ResourceBundle constructor now accepts NULL for the first two arguments.
     (Gustavo)
+  . Fixed bug #62082 (Memory corruption in internal function 
+    get_icu_disp_value_src_php()). (Gustavo)
 
 - Libxml:
   . Fixed bug #61617 (Libxml tests failed(ht is already destroyed)).