From 5b4b10c5eb859809aa747c9da441e4924e574823 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Fri, 18 Oct 2002 07:29:40 +0000 Subject: [PATCH] - word_count() -> str_word_count() --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 16b3f4e95b..ed2246552c 100644 --- a/NEWS +++ b/NEWS @@ -19,7 +19,7 @@ PHP 4 NEWS - Changed registry entries under "HKLM\SOFTWARE\PHP\Per Directory Values" to work also with administrative directives such as safe_mode, open_basedir, etc. (Claudio Felber) -- Added word_count() function which counts words inside a string. (Ilia) +- Added str_word_count() function which counts words inside a string. (Ilia) - Added PGSQL_CONNECT_FORCE_NEW option to pg_connect() (Yasuo) - Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to indicate which iconv implementation is used. (Moriyoshi) -- 2.50.1