diff options
author | Adam Baratz <adambaratz@php.net> | 2016-09-14 11:19:31 -0400 |
---|---|---|
committer | Adam Baratz <adambaratz@php.net> | 2016-09-14 11:19:31 -0400 |
commit | 744d1b3c76845d97d717b2cc7f495c88f69f7de2 (patch) | |
tree | e51e1071ecd459be5f940ca37579c7e2758d250e | |
parent | f559fb75564f22352038caeb5a4436dbd92f7815 (diff) | |
download | php-git-744d1b3c76845d97d717b2cc7f495c88f69f7de2.tar.gz |
Add pdo_dblib changes
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |