]> granicus.if.org Git - php/commitdiff
minor correction. :)
authorfoobar <sniper@php.net>
Mon, 30 Jun 2003 13:37:43 +0000 (13:37 +0000)
committerfoobar <sniper@php.net>
Mon, 30 Jun 2003 13:37:43 +0000 (13:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f657b9904790008a0fe31f16db5f23d1f981eba3..09db8f7716413c37080aceb5423c3dece3e70e46 100644 (file)
--- 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)