]> granicus.if.org Git - php/commitdiff
- NEWS
authorAndi Gutmans <andi@php.net>
Thu, 16 Sep 2004 00:46:46 +0000 (00:46 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 16 Sep 2004 00:46:46 +0000 (00:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 14a051836e2b5821a040e251b57ad9db1ed2fe8f..9812b12733a5ce7ffb283a131d88aedae6e5d764 100644 (file)
--- 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)