From: Andi Gutmans Date: Thu, 16 Sep 2004 00:46:46 +0000 (+0000) Subject: - NEWS X-Git-Tag: php-5.0.2RC1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9a6022f155b38f7694550e1260ea1935f4ad667;p=php - NEWS --- diff --git a/NEWS b/NEWS index 14a051836e..9812b12733 100644 --- a/NEWS +++ b/NEWS @@ -102,6 +102,8 @@ PHP NEWS - Fixed bug #28895 (ReflectionClass::isAbstract always returns false). (Marcus) - Fixed bug #28829 (Thread-unsafety in bcmath elementary values). (Sara) - Fixed bug #28464 (catch() does not catch exceptions by interfaces). (Marcus) +- Fixed bug #27669 (PHP 5 didn't support all possibilities for calling static + methods dynamically). (Dmitry) - Fixed ReflectionClass::getMethod() and ReflectionClass::getProperty() to raise an ReflectionException instead of returning NULL on failure. (Sebastian)