summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Baratz <adambaratz@php.net>2016-09-14 11:19:31 -0400
committerAdam Baratz <adambaratz@php.net>2016-09-14 11:19:31 -0400
commit744d1b3c76845d97d717b2cc7f495c88f69f7de2 (patch)
treee51e1071ecd459be5f940ca37579c7e2758d250e
parentf559fb75564f22352038caeb5a4436dbd92f7815 (diff)
downloadphp-git-744d1b3c76845d97d717b2cc7f495c88f69f7de2.tar.gz
Add pdo_dblib changes
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 44959d64a8..b63f285aef 100644
--- 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)