From c51e49147ebec23f47537fb2481ecadfcbf5117a Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 27 Nov 2004 10:16:13 +0000 Subject: [PATCH] BFN --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 1215c95ff12..ce8123ee22f 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,7 @@ PHP NEWS - Added support of parameter=>value arrays to xsl_xsltprocessor_set_parameter() (Tony) - Changed stream_filter_(ap|pre)pend() to return resource. (Sara) +- Fixed a problem with SPL iterators aggregating the innner iterator. (Marcus) - Fixed bug with raw_post_data not getting set. (Brian) - Fixed bug in mysql::client_version(). (Georg) - Fixed ZTS destruction. (Marcus)