andrei Mon Feb 5 09:39:58 2001 EDT
Modified files:
/php4 NEWS
Log:
Index: php4/NEWS
diff -u php4/NEWS:1.580 php4/NEWS:1.581
--- php4/NEWS:1.580 Sun Feb 4 18:09:08 2001
+++ php4/NEWS Mon Feb 5 09:39:58 2001
@@ -2,6 +2,9 @@
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]