summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-02-05 02:09:26 +0000
committer <changelog@php.net>2000-02-05 02:09:26 +0000
commit1755f655db38085dcaaa0467f43468d3b03f6348 (patch)
tree58b04b10f22c341c64c5131e256cb094cff99bb4
parentef5d72cc3790cbdb46ffa21370098898f86768c6 (diff)
downloadphp-git-1755f655db38085dcaaa0467f43468d3b03f6348.tar.gz
NEWS update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c047d54a75..09c61c5563 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? ????, Version 4.0 Beta 4
+- Added session_set_cookie_params() function. (Andrei)
+- If header information is sent after output has already been sent, the warning
+ message will now state the filename and line number at which the first output
+ was made (Zeev)
- Added the XML Expat library to the standard PHP source distribution thanks
to its author James Clark (Andi & Zeev)
- Added XML support to the default Win32 build (Andi & Zeev)