File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ PHP NEWS
15
15
- MSSQL:
16
16
. Fixed bug #72039 (Use of uninitialised value on mssql_guid_string). (Kalle)
17
17
18
+ - OCI8:
19
+ . Fixed invalid handle error with Implicit Result Sets. (Chris Jones)
20
+
18
21
- PDO:
19
22
. Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY
20
23
returns false). (cmb)
@@ -113,9 +116,6 @@ PHP NEWS
113
116
. Fixed bug #72710 (`mb_ereg` causes buffer overflow on regexp compile error).
114
117
(ju1ius)
115
118
116
- - OCI8:
117
- . Fixed invalid handle error with Implicit Result Sets. (Chris Jones)
118
-
119
119
- PCRE:
120
120
. Fixed bug #72688 (preg_match missing group names in matches). (cmb)
121
121
@@ -137,6 +137,7 @@ PHP NEWS
137
137
. Fixed bug #72848 (integer overflow in quoted_printable_encode). (Stas)
138
138
. Fixed bug #72849 (integer overflow in urlencode). (Stas)
139
139
. Fixed bug #72850 (integer overflow in php_uuencode). (Stas)
140
+ . Fixed bug #72716 (initialize buffer before read). (Stas)
140
141
141
142
- Streams:
142
143
. Fixed bug #41021 (Problems with the ftps wrapper). (vhuk)
You can’t perform that action at this time.
0 commit comments