summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-04-22 17:41:34 +0300
committerLior Kaplan <kaplanlior@gmail.com>2015-04-22 17:41:34 +0300
commit59f6d7cd4ff39a0025fe1538eac05caaa61fa7f9 (patch)
tree3f0c78baf3c8751f70a775d8cffb980fe7ff9785
parenta50869387413c884b079fd5773c680965fb1b23a (diff)
downloadphp-git-59f6d7cd4ff39a0025fe1538eac05caaa61fa7f9.tar.gz
Add merged bug fixes into 5.5.24
Done in commits 25cb6f00 and 363e6ce6
-rw-r--r--NEWS18
1 files changed, 9 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index a094c5a4e3..cb899ce9bd 100644
--- 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)