]> granicus.if.org Git - php/commitdiff
Add merged bug fixes into 5.5.24
authorLior Kaplan <kaplanlior@gmail.com>
Wed, 22 Apr 2015 14:41:34 +0000 (17:41 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Wed, 22 Apr 2015 14:41:34 +0000 (17:41 +0300)
Done in commits 25cb6f00 and 363e6ce6

NEWS

diff --git a/NEWS b/NEWS
index a094c5a4e3ac40806aa04561e7ebfb991004cb70..cb899ce9bd10af755be89e39bdbd2ae2e57f2ee6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,15 +14,7 @@ PHP                                                                        NEWS
   . Fixed bug #69419 (Returning compatible sub generator produces a warning).
     (Nikita)
 
-- cURL:
-  . Fixed bug #68739 (Missing break / control flow). (Laruence)
-
-- Ereg:
-  . Fixed bug #68740 (NULL Pointer Dereference). (Laruence)
-
 - ODBC:
-  . Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
-    (Anatol)
   . Fixed bug #69474 (ODBC: Query with same field name from two tables returns
     incorrect result). (Anatol)
 
@@ -57,8 +49,9 @@ PHP                                                                        NEWS
   . Fixed bug #69353 (Missing null byte checks for paths in various PHP
     extensions). (Stas)
 
-- Curl:
+- cURL:
   . Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
+  . Fixed bug #68739 (Missing break / control flow). (Laruence)
   . Fixed bug #69316 (Use-after-free in php_curl related to
     CURLOPT_FILE/_INFILE/_WRITEHEADER). (Laruence)
 
@@ -71,6 +64,9 @@ PHP                                                                        NEWS
   . Fixed bug #65406 (Enchant broker plugins are in the wrong place in windows
     builds). (Anatol)
 
+- Ereg:
+  . Fixed bug #68740 (NULL Pointer Dereference). (Laruence)
+
 - Fileinfo:
   . Fixed bug #68819 (Fileinfo on specific file causes spurious OOM and/or
     segfault). (Anatol Belski)
@@ -85,6 +81,10 @@ PHP                                                                        NEWS
   . Fixed bug #68846 (False detection of CJK Unified Ideographs Extension E).
     (Masaki Kagaya)
 
+- ODBC:
+  . Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
+    (Anatol)
+
 - OPCache:
   . Fixed bug #69281 (opcache_is_script_cached no longer works). (danack)
   . Fixed bug #68677 (Use After Free). (CVE-2015-1351) (Laruence)