]> granicus.if.org Git - php/commitdiff
FRN
authorAndrey Hristov <andrey@php.net>
Sat, 12 Mar 2005 14:46:41 +0000 (14:46 +0000)
committerAndrey Hristov <andrey@php.net>
Sat, 12 Mar 2005 14:46:41 +0000 (14:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index eac8f672c2670e92c8033ca553f2349cb1f563e9..a974c735474b67d0c71d02118d686f2d4a001024 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ PHP                                                                        NEWS
   . 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)
 - 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)