]> granicus.if.org Git - php/commitdiff
Updated NEWS w.r.t to ext/intl changes
authorGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 23 May 2012 11:35:11 +0000 (13:35 +0200)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 23 May 2012 11:35:11 +0000 (13:35 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 7542724e5d37e1f5ed6059bb5697f787f6ba1f6e..169366d8740b2c771e9a5d92b99a0b3017a1a0a6 100644 (file)
--- 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)