From: foobar Date: Mon, 30 Jun 2003 13:37:43 +0000 (+0000) Subject: minor correction. :) X-Git-Tag: php-4.3.3RC2~208 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf6c5ff7c1e00f7167c02344c6510b63d48b7c93;p=php minor correction. :) --- diff --git a/NEWS b/NEWS index f657b99047..09db8f7716 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +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) +- 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)