summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-10-05 00:34:31 +0000
committer <changelog@php.net>2002-10-05 00:34:31 +0000
commit6b6fb53d8670e27b6610e427df64a1c66e0d0536 (patch)
tree9654ebeacb1299c7b907b9c7207ec1ab393874bc
parent23a68c448a8ecbe4473b9923f02c73ddb98cadaa (diff)
downloadphp-git-6b6fb53d8670e27b6610e427df64a1c66e0d0536.tar.gz
NEWS update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5863e83819..3368bc8226 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
+- Make the glue argument to implode() optional, if it is not specified
+ default to using "". (Sterling)
+- Added regression test for bugs #17791 and #17931 (Melvyn)
+- Fixed fields argument to contain correct info. (Lenar Lohmus)
- 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.