summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-09 15:02:40 +0200
committerAnatol Belski <ab@php.net>2017-07-09 15:02:40 +0200
commit7938b9ccacca914630d8d4e74d4b5dbf066a44cb (patch)
tree0459a875f3c07eda229ab0a667da38472301fdf5
parente89476a87091a7d52d98193a134ec20be9392302 (diff)
downloadphp-git-7938b9ccacca914630d8d4e74d4b5dbf066a44cb.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e20193379b..a8df4e590f 100644
--- 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)