]> granicus.if.org Git - php/commitdiff
*sigh*
authorfoobar <sniper@php.net>
Mon, 14 Mar 2005 01:16:43 +0000 (01:16 +0000)
committerfoobar <sniper@php.net>
Mon, 14 Mar 2005 01:16:43 +0000 (01:16 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 68d237651f620c7e1b12f491611f5917c4139192..a17da35916fe9741ea8e1e4ac05ef26f63f97ad6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,10 +8,6 @@ PHP                                                                        NEWS
   . ext/mnogosearch (Jani, Derick)
   . ext/w32api      (Jani, Derick)
   . ext/yp          (Jani, Derick)
-- Added additional fifth parameter count to preg_replace_callback() and
-  preg_replace() to count the number of replacements made. FR #32275. (Andrey)
-- Added additional third string parameter charlist to str_word_count() which
-  contain characters to be considered as word part. FR #31560 (Andrey, Ilia)
 - Changed stream_filter_(ap|pre)pend() to return resource. (Sara)
 - Changed mysqli_exception and sqlite_exception to use RuntimeException as base 
   if SPL extension is present. (Georg, Marcus)
@@ -32,6 +28,10 @@ PHP                                                                        NEWS
   . added spl_autoload*() functions
   . converted several 5.0 examples into c code
   . added class File
+- Added optional fifth parameter "count" to preg_replace_callback() and
+  preg_replace() to count the number of replacements made. FR #32275. (Andrey)
+- Added optional third parameter "charlist" to str_word_count() which
+  contains characters to be considered as word part. FR #31560. (Andrey, Ilia)
 - Added interface Serializeable. (Stanislav, Marcus)
 - Added pg_field_type_oid() PostgreSQL function. (mauroi at digbang dot com)
 - Added zend_declare_property_...() and zend_update_property_...()