]> granicus.if.org Git - php/commitdiff
[ci skip] update NEWS
authorAnatol Belski <ab@php.net>
Sun, 9 Jul 2017 13:02:40 +0000 (15:02 +0200)
committerAnatol Belski <ab@php.net>
Sun, 9 Jul 2017 13:02:40 +0000 (15:02 +0200)
NEWS

diff --git a/NEWS b/NEWS
index e20193379b27be15ab7af9854f7588bf1efcd557..a8df4e590f3a2b7a8bd2dcb206bb7e7bf6b1b761 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,10 @@ PHP                                                                        NEWS
 - SPL:
   . Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr)
 
+- SQLite3:
+  . Fixed bug #74883 (SQLite3::__construct() produces "out of memory" exception
+    with invalid flags). (Anatol)
+
 - Wddx:
   . Fixed bug #73173 (huge memleak when wddx_unserialize).
     (tloi at fortinet dot com)