1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 22:41:20 +02:00

Update NEWS

This commit is contained in:
Gustavo André dos Santos Lopes
2012-05-24 11:14:36 +02:00
parent 2da2de46a8
commit f1969d4b4c

3
NEWS
View File

@@ -13,13 +13,14 @@ PHP NEWS
- Intl
. Fixed bug #62083 (grapheme_extract() memory leaks). (Gustavo)
. Fixed bug #62082 (Memory corruption in internal get_icu_disp_value_src_php
. Fixed bug #62082 (memory corruption in internal get_icu_disp_value_src_php
function). (Gustavo)
. Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called
twice). (Gustavo)
. Fixed bug #62070 (Collator::getSortKey() returns garbage). (Gustavo)
. Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks
pattern). (Gustavo)
. Fixed bug #60785 (memory leak in IntlDateFormatter constructor). (Gustavo)
- XML Writer:
. Fixed bug #62064 (memory leak in the XML Writer module).