summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-10-17 05:17:35 +0000
committerfoobar <sniper@php.net>2002-10-17 05:17:35 +0000
commitde597eb3c675f315ff26092cc012693f534a0fd7 (patch)
treecf39fc1e785aa4c3f1ff9c3985fc428edd9e905a
parent258177fafa56427e69322e083a7b55fd63e408cb (diff)
downloadphp-git-de597eb3c675f315ff26092cc012693f534a0fd7.tar.gz
Snow..yuck..
-rw-r--r--NEWS6
1 files changed, 2 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e2b91b3580..89264881cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
-- changed the VARIANT class to be able to create arrays of all types
- and not only VT_VARIANT
- ATTENTION! "make install" will *by default* install the CLI SAPI binary in
{PREFIX}/bin/php. If you don't disable the CGI binary, it will be
installed as {PREFIX}/bin/php-cgi.
@@ -13,11 +11,11 @@ PHP 4 NEWS
. ext/icap
. sapi/fhttpd
- Moved ext/vpopmail to PECL. (James)
-- Fixed fgets($fp) to read until line-end when length parameter is not used.
- (Wez)
+- Fixed fgets($fp) to read until EOL when length parameter is not set. (Wez)
- 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 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)