From: Andrei Zmievski Date: Mon, 30 Jun 2003 13:29:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: BEFORE_ARG_INFO~534 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a841b74ee3a632036ab89564d1b4f612f93b052e;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index a8154927bc..9860ef4249 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,9 @@ PHP NEWS ?? ??? 200?, Version 5.0.0 ?? ??? 2003, PHP 5 Beta 2 +- Upgraded bundled PCRE library to version 4.3. (Andrei) +- Added a new parameter to preg_match* that can be used to specify the starting + offset in the subject string to match from. (Andrei) - Fixed support for fields within XML documents in ext/xml. (Sterling)