From: Anatol Belski Date: Sun, 9 Jul 2017 13:01:37 +0000 (+0200) Subject: [ci skip] update NEWS X-Git-Tag: php-7.0.22RC1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62700f76cbf3840bf310faa599e41d300a4aaaf0;p=php [ci skip] update NEWS --- diff --git a/NEWS b/NEWS index f57dab5d50..7c2bfe88f0 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,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)