From: Marcus Boerger Date: Wed, 24 Nov 2004 20:00:52 +0000 (+0000) Subject: - BFN X-Git-Tag: php-5.0.3RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a60e71454f82530f675ca51414ae43b921fe2b8;p=php - BFN --- diff --git a/NEWS b/NEWS index 4799e373bf..8ae325cde5 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ 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 #30856 (ReflectionClass::getStaticProperties segfaults). (Marcus) - Fixed bug #30832 ("!" stripped off comments in xml parser). (Rob) - Fixed bug #30799 (SoapServer doesn't handle private or protected properties). (Dmitry)