From: Jani Taskinen Date: Mon, 1 Feb 2010 13:54:10 +0000 (+0000) Subject: - Fix order. (this can not be so hard? :) X-Git-Tag: php-5.2.13RC2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e249d305d24773f4c77bb19c802f126fb2e8ca0;p=php - Fix order. (this can not be so hard? :) --- diff --git a/NEWS b/NEWS index d63610967c..58cb18c70a 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ PHP NEWS long). (Ilia) - Fixed bug #50727 (Accesing mysqli->affected_rows on no connection causes segfault). (Andrey, Johannes) +- Fixed bug #48667 (Implementing Iterator and IteratorAggregate). (Etienne) 28 Jan 2010, PHP 5.2.13RC1 @@ -66,7 +67,6 @@ PHP NEWS - Fixed bug #49851 (http wrapper breaks on 1024 char long headers). (Ilia) - Fixed bug #49600 (imageTTFText text shifted right). (Takeshi Abe) - Fixed bug #49463 (setAttributeNS fails setting default namespace). (Rob) -- Fixed bug #48667 (Implementing Iterator and IteratorAggregate). (Etienne) - Fixed bug #48590 (SoapClient does not honor max_redirects). (Sriram) - Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive in HTTP uploads). (Ilia)