Skip to content

Commit 761d2f6

Browse files
committed
fix NEWS
1 parent f2d5305 commit 761d2f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

NEWS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ PHP NEWS
1515
- MSSQL:
1616
. Fixed bug #72039 (Use of uninitialised value on mssql_guid_string). (Kalle)
1717

18+
- OCI8:
19+
. Fixed invalid handle error with Implicit Result Sets. (Chris Jones)
20+
1821
- PDO:
1922
. Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY
2023
returns false). (cmb)
@@ -113,9 +116,6 @@ PHP NEWS
113116
. Fixed bug #72710 (`mb_ereg` causes buffer overflow on regexp compile error).
114117
(ju1ius)
115118

116-
- OCI8:
117-
. Fixed invalid handle error with Implicit Result Sets. (Chris Jones)
118-
119119
- PCRE:
120120
. Fixed bug #72688 (preg_match missing group names in matches). (cmb)
121121

@@ -137,6 +137,7 @@ PHP NEWS
137137
. Fixed bug #72848 (integer overflow in quoted_printable_encode). (Stas)
138138
. Fixed bug #72849 (integer overflow in urlencode). (Stas)
139139
. Fixed bug #72850 (integer overflow in php_uuencode). (Stas)
140+
. Fixed bug #72716 (initialize buffer before read). (Stas)
140141

141142
- Streams:
142143
. Fixed bug #41021 (Problems with the ftps wrapper). (vhuk)

0 commit comments

Comments
 (0)