From: Andrei Zmievski Date: Mon, 5 Feb 2001 17:39:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.0.5RC1~359 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b2387102d9a554c84469ab99a15415a33acb151;p=php *** empty log message *** --- 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)