From: Andrey Hristov Date: Sun, 13 Mar 2005 14:17:17 +0000 (+0000) Subject: credits to Ilia X-Git-Tag: php-5.0.1b1~814 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96cd8a9ce60bf8d1f55490cf1fd9ad59e1c3567c;p=php credits to Ilia --- diff --git a/NEWS b/NEWS index a974c73547..68d237651f 100644 --- 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)