]> granicus.if.org Git - php/commitdiff
Added get_class_methods().
authorAndrei Zmievski <andrei@php.net>
Thu, 23 Mar 2000 17:54:02 +0000 (17:54 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 23 Mar 2000 17:54:02 +0000 (17:54 +0000)
NEWS
TODO

diff --git a/NEWS b/NEWS
index b1211d1c72bddb11e3052dc097defeb07a5d2a2f..37b922acf0c0a0d0e67fc0a9488246c3043c94cd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ???, Version 4.0 Release Candidate 1
+- Added get_class_methods(string classname) function. (Andrei)
 - Don't default to iso-8859-1 since this confuses some browsers (Rasmus)
 - Make it possible to specify both a port and a socket in
   mysql_[p]connect (Rasmus)
@@ -51,7 +52,7 @@ PHP 4.0                                                                    NEWS
 - The string None is now recognized as a keyword by the php.ini processor, and
   can be used to denote an empty string (Zeev)
 - Added get_class_vars(string class_name) and get_object_vars(object obj)
-  function. (Andrei, Zend library)
+  functions. (Andrei, Zend library)
 - Add pdf_set_parameter(), pdf_skew(), pdf_show_boxed() (Uwe)
 - Fixed comparison of (string) "inf" with (string) "inf", which was erroneously
   returning false (Zeev)
diff --git a/TODO b/TODO
index 4008bba731a4e6b990320890c83ca90441d696f9..b6a78374ae63b5909b1f890decd331cdf5a30e24 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,7 +6,6 @@ Zend
     * allow foreach ($array as $k => &$val) syntax. right now we can not 
       traverse an array without copying each element.
     * look al replacing c-lib call tolower().
-    * get_class_methods("classname")
 
 global
 ------