From: Date: Wed, 19 Dec 2001 01:11:19 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_ISSET_PATCH~477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=365f3e43cb08d6d471b273151a47dbfecc23f567;p=php NEWS update --- diff --git a/NEWS b/NEWS index deaefcf04e..0f58bb8227 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.2.0-dev +- 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) - Fixed several crash bugs in the xslt extension (Markus, Derick) - Fixed problem with dbase not returning very large (larger than long) - integers properly. (Vlad)