diff options
author | Adam Baratz <adambaratz@php.net> | 2016-09-26 17:13:50 -0400 |
---|---|---|
committer | Adam Baratz <adambaratz@php.net> | 2016-09-26 17:13:50 -0400 |
commit | 228be4c39da29409146fa8784d3f170ac03b8636 (patch) | |
tree | 607de4192d55d3b4c668765eead973192807ce05 | |
parent | 3d321a4aa44f15271eec976305ad0d8e35e9d8fb (diff) | |
download | php-git-228be4c39da29409146fa8784d3f170ac03b8636.tar.gz |
update NEWS
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |