mfischer                Fri Oct 18 03:29:40 2002 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  - word_count() -> str_word_count()
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1214 php4/NEWS:1.1215
--- php4/NEWS:1.1214    Thu Oct 17 20:34:26 2002
+++ php4/NEWS   Fri Oct 18 03:29:40 2002
@@ -19,7 +19,7 @@
 - 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)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to