From: Julien Pauli Date: Tue, 1 Aug 2017 14:03:00 +0000 (+0200) Subject: Updated NEWS X-Git-Tag: php-7.2.0beta2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5069d521893fe549126eccc35f7c69def04f1e84;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index 0ac576ffa8..4fccde611a 100644 --- 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).