1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 04:21:18 +02:00

[ci skip] update NEWS

This commit is contained in:
Anatol Belski
2017-07-09 15:01:37 +02:00
parent b5338c0b7d
commit 62700f76cb

4
NEWS
View File

@@ -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)