From: Gustavo André dos Santos Lopes Date: Wed, 23 May 2012 11:35:11 +0000 (+0200) Subject: Updated NEWS w.r.t to ext/intl changes X-Git-Tag: php-5.4.4RC2~35^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c19146f464017a28779446ee0972d1956809d25;p=php Updated NEWS w.r.t to ext/intl changes --- diff --git a/NEWS b/NEWS index 7542724e5d..169366d874 100644 --- a/NEWS +++ b/NEWS @@ -6,11 +6,19 @@ PHP NEWS - FPM . Fixed bug #61045 (fpm don't send error log to fastcgi clients). (fat) - . Fixed bug #61835 (php-fpm is not allowed to run as root). (fat) + . Fixed bug #61835 (php-fpm is not allowed to run as root). (fat) . Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-root start). (fat) . Fixed bug #61026 (FPM pools can listen on the same address). (fat) +- Intl + . Fixed bug #62082 (grapheme_extract() memory leaks). (Gustavo) + . 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) + - XML Writer: . Fixed bug #62064 (memory leak in the XML Writer module). (jean-pierre dot lozi at lip6 dot fr)