From 1b2387102d9a554c84469ab99a15415a33acb151 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 5 Feb 2001 17:39:58 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index b4e313f364..e3d7490239 100644 --- 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) -- 2.50.1