-- Reeze Sent with sparrow
On 2012年5月23日Wednesday at 19:35, Gustavo André dos Santos Lopes wrote: > Commit: 1c19146f464017a28779446ee0972d1956809d25 > Author: Gustavo André dos Santos Lopes <[email protected]> Wed, 23 May 2012 > 13:35:11 +0200 > Parents: 1eff3b01b8e2fdeadc9640ae1a19b8330277ccc5 > Branches: PHP-5.3 > > Link: > http://git.php.net/?p=php-src.git;a=commitdiff;h=1c19146f464017a28779446ee0972d1956809d25 > > Log: > Updated NEWS w.r.t to ext/intl changes > > Changed paths: > M NEWS > > > Diff: > diff --git a/NEWS b/NEWS > index 7542724..169366d 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) > > It's bug #62083 :) > + . 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) > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >
