From: Andrey Hristov Date: Tue, 26 Oct 2004 23:34:43 +0000 (+0000) Subject: news entry X-Git-Tag: php-5.0.3RC1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95b05465582376f42403d655252a4a0293bc3ddb;p=php news entry --- diff --git a/NEWS b/NEWS index 5031919733..83cad70e8a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5.0.3 +- 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) - Fixed bug #30572 (crash when comparing SimpleXML attribute to a boolean). (Ilia)