From: Marcus Boerger Date: Sat, 27 Nov 2004 10:14:20 +0000 (+0000) Subject: - Nowadays we drop fixes :-) X-Git-Tag: php-5.0.3RC1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdad6ef8c1cf07259636696eed737654035a5c97;p=php - Nowadays we drop fixes :-) --- diff --git a/NEWS b/NEWS index 8ae325cde5..ac7f63d013 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,6 @@ PHP NEWS - Added the %F modifier to *printf to render a non-locale-aware representation of a float with the . as decimal seperator. (Derick) - Fixed error handling in mysqli_multi_query. (Georg) -- 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)