From: Anatol Belski Date: Sun, 9 Jul 2017 13:05:44 +0000 (+0200) Subject: [ci skip] update NEWS X-Git-Tag: php-7.2.0beta1~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e870edb1eebb1869fec62f76e4d0aed1448a5a18;p=php [ci skip] update NEWS --- diff --git a/NEWS b/NEWS index b181ee6b9d..ef21741332 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,10 @@ PHP NEWS . Fixed bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match()). (Dmitry) +- SQLite3: + . Fixed bug #74883 (SQLite3::__construct() produces "out of memory" exception + with invalid flags). (Anatol) + 06 Jul 2017, PHP 7.2.0alpha3 - Core: