summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-10-18 07:29:40 +0000
committerMarkus Fischer <mfischer@php.net>2002-10-18 07:29:40 +0000
commit5b4b10c5eb859809aa747c9da441e4924e574823 (patch)
tree402b8537822d7ca3b8d570f701b77d61b2bf60e0 /NEWS
parentfe8ed205288e226f67393bab4cc245d546236fbb (diff)
downloadphp-git-5b4b10c5eb859809aa747c9da441e4924e574823.tar.gz
- word_count() -> str_word_count()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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)