summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-10-27 09:47:28 +0000
committerSascha Schumann <sas@php.net>2000-10-27 09:47:28 +0000
commit01b4c077476ffa31d38a380046e0c0f525c2f2b9 (patch)
treeae65a686ef305c140e0eb4df0e5a0a0c3c3277c9 /NEWS
parent9b2a1110a6cc64290b53a484e41f11b3047a5355 (diff)
downloadphp-git-01b4c077476ffa31d38a380046e0c0f525c2f2b9.tar.gz
bunch of changes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 58f3feca2c..c309467592 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ PHP 4.0 NEWS
?? ??? 2000, Version 4.0.4
+- Added replace parameter to header() (Sascha)
+- Fixed handling of single quotes in transparent session-id mode (Sascha)
+- Fixed "php://*" fopen handler (Sascha)
- Made rename work in threadsafe enviroments (Daniel)
- Made session_destroy() close files before unlinking (Daniel)
- Added array_sum() function. (Andrei)