]> granicus.if.org Git - php/commitdiff
Add pdo_dblib changes
authorAdam Baratz <adambaratz@php.net>
Wed, 14 Sep 2016 15:19:31 +0000 (11:19 -0400)
committerAdam Baratz <adambaratz@php.net>
Wed, 14 Sep 2016 15:19:31 +0000 (11:19 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 44959d64a8cb275638a514215ed5fd0fbc499a38..b63f285aef6d3a673d8321f638e3aaad93733131 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,15 @@ PHP                                                                        NEWS
   . Fixed bug #73072 (Invalid path SNI_server_certs causes segfault).
     (Jakub Zelenka)
 
+- PDO_DBlib:
+  . 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)
+
 - phpdbg:
   . Fixed bug #72996 (phpdbg_prompt.c undefined reference to DL_LOAD). (Nikita)