summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-09 15:01:37 +0200
committerAnatol Belski <ab@php.net>2017-07-09 15:01:37 +0200
commit62700f76cbf3840bf310faa599e41d300a4aaaf0 (patch)
treec028147c313816aa0a01bb45ff29ae966691b50a
parentb5338c0b7d145d9b5b5abcb9d695691ca5d6e418 (diff)
downloadphp-git-62700f76cbf3840bf310faa599e41d300a4aaaf0.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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)