summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2005-03-12 14:46:41 +0000
committerAndrey Hristov <andrey@php.net>2005-03-12 14:46:41 +0000
commit53823a7d7f9d13f44aeb91d5b9bc4cfc5e87fe77 (patch)
treec3edcc4951aaa9bdbe961613ceaa6c52daae5dd2
parentf15c24d44c57d9296277d0646df32e772d760be5 (diff)
downloadphp-git-53823a7d7f9d13f44aeb91d5b9bc4cfc5e87fe77.tar.gz
FRN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index eac8f672c2..a974c73547 100644
--- 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)