summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-11-07 12:59:48 +0100
committerJulien Pauli <jpauli@php.net>2014-11-07 12:59:48 +0100
commit722dd4637b20cbf40b22ac77b054abb47a1d1e9a (patch)
treea9b04af8c5dca8afe22abfed3e9ef85ce471e7b0
parent033abd6d7783a8c98e8fc3612aa100de72408363 (diff)
downloadphp-git-722dd4637b20cbf40b22ac77b054abb47a1d1e9a.tar.gz
Fixed NEWS for 5.5
-rw-r--r--NEWS21
1 files changed, 11 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 2340bea13d..a646aee622 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,14 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2014, PHP 5.5.20
+- PDO_pgsql:
+ . Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)
+ . Fixed bug #67462 (PDO_PGSQL::beginTransaction() wrongly throws exception
+ when not in transaction) (Matteo)
+ . Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
+ (Matteo)
-?? ??? 2014, PHP 5.5.19
+13 Nov 2014, PHP 5.5.19
- Core:
. Fixed bug #68095 (AddressSanitizer reports a heap buffer overflow in
@@ -17,6 +23,10 @@ PHP NEWS
. Fixed bug #68283 (fileinfo: out-of-bounds read in elf note headers).
(CVE-2014-3710) (Remi)
+- FPM:
+ . Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
+ addresses). (Robin Gloster)
+
- GD:
. Fixed bug #65171 (imagescale() fails without height param). (Remi)
@@ -32,13 +42,6 @@ PHP NEWS
. Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by
a VARCHAR column) (Keyur Govande)
-- PDO_pgsql:
- . Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)
- . Fixed bug #67462 (PDO_PGSQL::beginTransaction() wrongly throws exception
- when not in transaction) (Matteo)
- . Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)
- (Matteo)
-
- SPL:
. Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk)
@@ -60,8 +63,6 @@ PHP NEWS
- FPM:
. Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)
- . Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
- addresses). (Robin Gloster)
- Reflection:
. Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)