|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 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)