summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-11-27 10:16:13 +0000
committerMarcus Boerger <helly@php.net>2004-11-27 10:16:13 +0000
commitc51e49147ebec23f47537fb2481ecadfcbf5117a (patch)
tree93164a97203bffcfdc799965db5c48383bf6711d
parentadbca0b92e82249b11116a8e3e0b31a213f40689 (diff)
downloadphp-git-c51e49147ebec23f47537fb2481ecadfcbf5117a.tar.gz
BFN
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1215c95ff1..ce8123ee22 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)