1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00

Updated NEWS w.r.t to ext/intl changes

This commit is contained in:
Gustavo André dos Santos Lopes
2012-05-23 13:35:11 +02:00
parent 1eff3b01b8
commit 1c19146f46

10
NEWS
View File

@@ -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)