summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Baratz <adambaratz@php.net>2016-09-26 17:13:50 -0400
committerAdam Baratz <adambaratz@php.net>2016-09-26 17:13:50 -0400
commit228be4c39da29409146fa8784d3f170ac03b8636 (patch)
tree607de4192d55d3b4c668765eead973192807ce05
parent3d321a4aa44f15271eec976305ad0d8e35e9d8fb (diff)
downloadphp-git-228be4c39da29409146fa8784d3f170ac03b8636.tar.gz
update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4d36e42d0b..e40a91e76e 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,7 @@ PHP NEWS
(Adam Baratz)
. Fixed bug #67130 (\PDOStatement::nextRowset() should succeed when all rows
in current rowset haven't been fetched). (Peter LeBrun)
+ . Ignore potentially misleading dberr values. (Chris Kings-Lynne)
- Session:
. Fixed bug #73100 (session_destroy null dereference in ps_files_path_create).