summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 5fa6ecbcd1..078725f3c6 100644
--- a/NEWS
+++ b/NEWS
@@ -4,14 +4,14 @@ PHP NEWS
?? ??? 2012, PHP 5.3.14
-- FPM
+- 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 #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
+- Intl:
. Fixed bug #62083 (grapheme_extract() memory leaks). (Gustavo)
. Fixed bug #62082 (memory corruption in internal get_icu_disp_value_src_php
function). (Gustavo)
@@ -23,6 +23,10 @@ PHP NEWS
. Fixed bug #60785 (memory leak in IntlDateFormatter constructor). (Gustavo)
. Fixed bug #55610 (ResourceBundle should implement Traversable). (stealth35)
+- SPL:
+ . Fixed bug #62073 (Different ways of iterating over an SplMaxHeap result in
+ in different keys). (reeze.xia@gmail.com)
+
- XML Writer:
. Fixed bug #62064 (memory leak in the XML Writer module).
(jean-pierre dot lozi at lip6 dot fr)
@@ -145,7 +149,7 @@ PHP NEWS
. Fixed bug #60968 (Late static binding doesn't work with
ReflectionMethod::invokeArgs()). (Laruence)
-- SOAP
+- SOAP:
. Fixed basic HTTP authentication for WSDL sub requests. (Dmitry)
. Fixed bug #60887 (SoapClient ignores user_agent option and sends no
User-Agent header). (carloschilazo at gmail dot com)
@@ -154,7 +158,7 @@ PHP NEWS
. Fixed bug #49853 (Soap Client stream context header option ignored).
(Dmitry)
-- SPL
+- SPL:
. Fixed memory leak when calling SplFileInfo's constructor twice. (Felipe)
. Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
FilesystemIterator's iterators are requested more than once without