summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-05-24 13:38:36 -0500
committerStanislav Malyshev <stas@php.net>2012-05-28 17:38:33 -0700
commit4b04bf8793379cf2f4d1418939b65c6d81b072ec (patch)
treeffab5e88e146fcc7f0547a59ff06589e3db30525
parent339508d6ace868b022cd59f20630e3218e52732a (diff)
downloadphp-git-4b04bf8793379cf2f4d1418939b65c6d81b072ec.tar.gz
add bug #62082
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eed55f1e1a..911fef9fce 100644
--- 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)).