From: Andrei Zmievski Date: Mon, 30 Jun 2003 13:28:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.3.3RC2~209 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6177356ec591d73c3a095faa8dad9f9337a335a;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index d9b243107c..f657b99047 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 26 Jun 2003, Version 4.3.3RC2 - Upgraded the 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 FastCGI IIS document root problem. (Shane) - Fixed corruption of multibyte character including 0x5c as second byte in multipart/form-data. (Rui)