]> granicus.if.org Git - php/commitdiff
More news.
authorAndrei Zmievski <andrei@php.net>
Mon, 26 Mar 2001 20:10:19 +0000 (20:10 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 26 Mar 2001 20:10:19 +0000 (20:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 818b766e4867505de01dbd806fa901915cd78ae4..df6e77c528675ec990bae8abbe8c68235fcda5db 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,8 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.6
-- Modified get_parent_class() to accept a class name as well as a class
-  instance. (Andrei, Zend Engine)
+- Modified get_parent_class() and get_class_methods() to accept a class name as
+  well as a class instance. (Andrei, Zend Engine)
 - Added support for UNC style paths (\\server\share\file & //server/share/file)
   (Daniel, TSRM)
 - Changed C++ style comments to C-style comments (Marc)