Skip to content

Commit 59f6d7c

Browse files
committed
Add merged bug fixes into 5.5.24
Done in commits 25cb6f0 and 363e6ce
1 parent a508693 commit 59f6d7c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

NEWS

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,7 @@ PHP NEWS
1414
. Fixed bug #69419 (Returning compatible sub generator produces a warning).
1515
(Nikita)
1616

17-
- cURL:
18-
. Fixed bug #68739 (Missing break / control flow). (Laruence)
19-
20-
- Ereg:
21-
. Fixed bug #68740 (NULL Pointer Dereference). (Laruence)
22-
2317
- ODBC:
24-
. Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
25-
(Anatol)
2618
. Fixed bug #69474 (ODBC: Query with same field name from two tables returns
2719
incorrect result). (Anatol)
2820

@@ -57,8 +49,9 @@ PHP NEWS
5749
. Fixed bug #69353 (Missing null byte checks for paths in various PHP
5850
extensions). (Stas)
5951

60-
- Curl:
52+
- cURL:
6153
. Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
54+
. Fixed bug #68739 (Missing break / control flow). (Laruence)
6255
. Fixed bug #69316 (Use-after-free in php_curl related to
6356
CURLOPT_FILE/_INFILE/_WRITEHEADER). (Laruence)
6457

@@ -71,6 +64,9 @@ PHP NEWS
7164
. Fixed bug #65406 (Enchant broker plugins are in the wrong place in windows
7265
builds). (Anatol)
7366

67+
- Ereg:
68+
. Fixed bug #68740 (NULL Pointer Dereference). (Laruence)
69+
7470
- Fileinfo:
7571
. Fixed bug #68819 (Fileinfo on specific file causes spurious OOM and/or
7672
segfault). (Anatol Belski)
@@ -85,6 +81,10 @@ PHP NEWS
8581
. Fixed bug #68846 (False detection of CJK Unified Ideographs Extension E).
8682
(Masaki Kagaya)
8783

84+
- ODBC:
85+
. Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
86+
(Anatol)
87+
8888
- OPCache:
8989
. Fixed bug #69281 (opcache_is_script_cached no longer works). (danack)
9090
. Fixed bug #68677 (Use After Free). (CVE-2015-1351) (Laruence)

0 commit comments

Comments
 (0)