summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2016-08-18 13:01:53 +0200
committerFerenc Kovacs <tyra3l@gmail.com>2016-08-18 13:01:53 +0200
commit761d2f629b7a08d6532c74bd077a6ee32bca3a9c (patch)
treef95f7e9335fc1d154200acdab49161a7fbece33c
parentf2d5305097c829aab80dca5636ade72c91837015 (diff)
downloadphp-git-761d2f629b7a08d6532c74bd077a6ee32bca3a9c.tar.gz
fix NEWS
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index dca9d4f48b..ed99326ba0 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ PHP NEWS
- MSSQL:
. Fixed bug #72039 (Use of uninitialised value on mssql_guid_string). (Kalle)
+- OCI8:
+ . Fixed invalid handle error with Implicit Result Sets. (Chris Jones)
+
- PDO:
. Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY
returns false). (cmb)
@@ -113,9 +116,6 @@ PHP NEWS
. Fixed bug #72710 (`mb_ereg` causes buffer overflow on regexp compile error).
(ju1ius)
-- OCI8:
- . Fixed invalid handle error with Implicit Result Sets. (Chris Jones)
-
- PCRE:
. Fixed bug #72688 (preg_match missing group names in matches). (cmb)
@@ -137,6 +137,7 @@ PHP NEWS
. Fixed bug #72848 (integer overflow in quoted_printable_encode). (Stas)
. Fixed bug #72849 (integer overflow in urlencode). (Stas)
. Fixed bug #72850 (integer overflow in php_uuencode). (Stas)
+ . Fixed bug #72716 (initialize buffer before read). (Stas)
- Streams:
. Fixed bug #41021 (Problems with the ftps wrapper). (vhuk)