@@ -14,15 +14,7 @@ PHP NEWS
14
14
. Fixed bug #69419 (Returning compatible sub generator produces a warning).
15
15
(Nikita)
16
16
17
- - cURL:
18
- . Fixed bug #68739 (Missing break / control flow). (Laruence)
19
-
20
- - Ereg:
21
- . Fixed bug #68740 (NULL Pointer Dereference). (Laruence)
22
-
23
17
- ODBC:
24
- . Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
25
- (Anatol)
26
18
. Fixed bug #69474 (ODBC: Query with same field name from two tables returns
27
19
incorrect result). (Anatol)
28
20
@@ -57,8 +49,9 @@ PHP NEWS
57
49
. Fixed bug #69353 (Missing null byte checks for paths in various PHP
58
50
extensions). (Stas)
59
51
60
- - Curl :
52
+ - cURL :
61
53
. Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
54
+ . Fixed bug #68739 (Missing break / control flow). (Laruence)
62
55
. Fixed bug #69316 (Use-after-free in php_curl related to
63
56
CURLOPT_FILE/_INFILE/_WRITEHEADER). (Laruence)
64
57
@@ -71,6 +64,9 @@ PHP NEWS
71
64
. Fixed bug #65406 (Enchant broker plugins are in the wrong place in windows
72
65
builds). (Anatol)
73
66
67
+ - Ereg:
68
+ . Fixed bug #68740 (NULL Pointer Dereference). (Laruence)
69
+
74
70
- Fileinfo:
75
71
. Fixed bug #68819 (Fileinfo on specific file causes spurious OOM and/or
76
72
segfault). (Anatol Belski)
@@ -85,6 +81,10 @@ PHP NEWS
85
81
. Fixed bug #68846 (False detection of CJK Unified Ideographs Extension E).
86
82
(Masaki Kagaya)
87
83
84
+ - ODBC:
85
+ . Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
86
+ (Anatol)
87
+
88
88
- OPCache:
89
89
. Fixed bug #69281 (opcache_is_script_cached no longer works). (danack)
90
90
. Fixed bug #68677 (Use After Free). (CVE-2015-1351) (Laruence)
0 commit comments