diff options
author | Markus Fischer <mfischer@php.net> | 2002-10-18 07:29:40 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-10-18 07:29:40 +0000 |
commit | 5b4b10c5eb859809aa747c9da441e4924e574823 (patch) | |
tree | 402b8537822d7ca3b8d570f701b77d61b2bf60e0 /NEWS | |
parent | fe8ed205288e226f67393bab4cc245d546236fbb (diff) | |
download | php-git-5b4b10c5eb859809aa747c9da441e4924e574823.tar.gz |
- word_count() -> str_word_count()
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |