]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Mon, 5 Feb 2001 17:39:58 +0000 (17:39 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 5 Feb 2001 17:39:58 +0000 (17:39 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b4e313f3646023962bf2c414c5401e357a5cd619..e3d7490239d7c1927bc84817efa097d643fdd37d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.5
+- Static methods can now be called via call_user_method_* functions, e.g.
+  call_user_method('method', 'class'), and also array('class', 'method')
+  constructs (for array_walk(), for example). (Andrei, Zend Engine)
 - microtime under windows now returns accurate values (James)
 - Added PREG_SPLIT_DELIM_CAPTURE flag to preg_split() that allows for Perl-like
   functionality of capturing parenthesized delimiter expression. (Andrei)