From 744d1b3c76845d97d717b2cc7f495c88f69f7de2 Mon Sep 17 00:00:00 2001 From: Adam Baratz Date: Wed, 14 Sep 2016 11:19:31 -0400 Subject: [PATCH] Add pdo_dblib changes --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) 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) -- 2.50.1