From: Marcus Boerger Date: Sat, 30 Oct 2004 19:56:34 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.0.3RC1~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef3ed0e4d428975445a58fae45f600986b3eb87d;p=php BFN --- diff --git a/NEWS b/NEWS index 0c214204b6..4ff43af0ed 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.0.3 +- Fixed a problem with SPL iterators aggregating the innner iterator. (Marcus) - Extended the functionality of is_subclass_of() to accept either a class name or an object as first parameter. (Andrey) - Fixed potential problems with unserializing invalid serialize data. (Marcus)