From: Date: Mon, 5 Feb 2001 02:09:08 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~370 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2128e901c7b7b2a21f8aeff26ab2c67dda6e1640;p=php NEWS update --- diff --git a/NEWS b/NEWS index afe36d0ad6..b4e313f364 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.5 +- 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) - Fixed strip_tags() to not strip a lone > character. (Rasmus)