]> granicus.if.org Git - php/commitdiff
- word_count() -> str_word_count()
authorMarkus Fischer <mfischer@php.net>
Fri, 18 Oct 2002 07:29:40 +0000 (07:29 +0000)
committerMarkus Fischer <mfischer@php.net>
Fri, 18 Oct 2002 07:29:40 +0000 (07:29 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 16b3f4e95b1a3ecd11d376353a6c0c5f44cc3df9..ed2246552c65d9ff898348cfbee2e462f879fc1f 100644 (file)
--- 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)