summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Baratz <adambaratz@php.net>2016-09-23 17:53:24 -0400
committerAdam Baratz <adambaratz@php.net>2016-09-23 17:53:24 -0400
commit20f04b89a3c88e49aefd2ed4bc58e9ee6e60ace1 (patch)
tree85927c782714369f468b1e9e414d26f3b04a23bb
parent90a3671c09ba20d92b1a2929c24a8c99d7d2afac (diff)
downloadphp-git-20f04b89a3c88e49aefd2ed4bc58e9ee6e60ace1.tar.gz
update NEWS
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7bd66c9915..d80f251c91 100644
--- 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)