summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Baratz <adambaratz@php.net>2016-09-26 17:09:11 -0400
committerAdam Baratz <adambaratz@php.net>2016-09-26 17:09:11 -0400
commit6887c4a06146252c156bcd270828774ed97b5b9f (patch)
tree276cc49baeb4880ac8dd31ffae740f87c9f3999f
parent48b5a1f9b9f473a86c02c6461c3eb0930c9c8aa9 (diff)
downloadphp-git-6887c4a06146252c156bcd270828774ed97b5b9f.tar.gz
update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ba94b93f53..aa17db7c91 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,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)
- phpdbg:
. Fixed bug #72996 (phpdbg_prompt.c undefined reference to DL_LOAD). (Nikita)