From: Marcus Boerger Date: Sun, 14 Nov 2004 18:09:44 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.0.3RC1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=216a000ce347f4469aa6496f1e4db008532a8f4b;p=php BFN --- diff --git a/NEWS b/NEWS index 3ac77a59b2..1f881f232e 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,8 @@ PHP NEWS - 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 #30783 (Apache crash when using ReflectionFunction:: + getStaticVariables()). (Marcus) - Fixed bug #30750 (Meaningful error message when upload directory is not accessible). (Ilia) - Fixed bug #30685 (Malformed SOAPClient http header reequest). (Dmitry)