]> granicus.if.org Git - php/commitdiff
credits to Ilia
authorAndrey Hristov <andrey@php.net>
Sun, 13 Mar 2005 14:17:17 +0000 (14:17 +0000)
committerAndrey Hristov <andrey@php.net>
Sun, 13 Mar 2005 14:17:17 +0000 (14:17 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a974c735474b67d0c71d02118d686f2d4a001024..68d237651f620c7e1b12f491611f5917c4139192 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@ PHP                                                                        NEWS
 - 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)
+  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)