]> granicus.if.org Git - php/commitdiff
update NEWS
authorAdam Baratz <adambaratz@php.net>
Fri, 23 Sep 2016 21:53:24 +0000 (17:53 -0400)
committerAdam Baratz <adambaratz@php.net>
Fri, 23 Sep 2016 21:53:24 +0000 (17:53 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 7bd66c9915a8080ed65090e24528255bee53c6bd..d80f251c91ef00dd254edb1001ed649bd85522af 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,17 @@ PHP                                                                        NEWS
   . Fixed bug #73121 (Bundled PCRE doesn't compile because JIT isn't supported
     on s390). (Anatol)
 
+- PDO_DBlib:
+  . Fixed bug #72414 (Never quote values as raw binary data). (Adam Baratz)
+  . Allow \PDO::setAttribute() to set query timeouts. (Adam Baratz)
+  . Handle SQLDECIMAL/SQLNUMERIC types, which are used by later TDS versions.
+    (Adam Baratz)
+  . Add common PDO test suite. (Adam Baratz)
+  . Free error and message strings when cleaning up PDO instances.
+    (Adam Baratz)
+  . Fixed bug #67130 (\PDOStatement::nextRowset() should succeed when all rows
+    in current rowset haven't been fetched). (Peter LeBrun)
+
 - Session:
   . Fixed bug #73100 (session_destroy null dereference in ps_files_path_create).
     (cmb)