]> granicus.if.org Git - php/commitdiff
Updated NEWS
authorJulien Pauli <jpauli@php.net>
Tue, 1 Aug 2017 14:03:00 +0000 (16:03 +0200)
committerJulien Pauli <jpauli@php.net>
Tue, 1 Aug 2017 14:03:00 +0000 (16:03 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 0ac576ffa8028262228dee8ba97f8cca20f32d4d..4fccde611ac07c95ed2af9c87be33e413662b25a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,7 @@ PHP                                                                        NEWS
   . Fixed bug #74669 (Unserialize ArrayIterator broken). (Andrew Nester)
   . Fixed bug #74977 (Appending AppendIterator leads to segfault). 
     (Andrew Nester)
+  . Fixed bug #75015 (Crash in recursive iterator destructors). (Julien)
 
 - Standard:
   . Fixed bug #74851 (uniqid() without more_entropy performs badly).