From: Date: Mon, 24 Dec 2001 01:12:37 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_ISSET_PATCH~427 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9bb88d51edb3097e45fb7152ace6292950313dc;p=php NEWS update --- diff --git a/NEWS b/NEWS index 0f58bb8227..0b04c6e7c9 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.2.0-dev +- added function overload in mbstring to add multibyte support for string and mail functions. - Added flags parameter to preg_grep(). The only flag currently is PREG_GREP_INVERT that will make the function return entries that did not match. (Andrei)