summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-05-27 16:38:49 +0000
committerAndi Gutmans <andi@php.net>2000-05-27 16:38:49 +0000
commit8c82566b48fc4ca837d83e1980f5cb681bb435ce (patch)
treee038e7d8ca7c12161e0e33730a17ad3be37b19d9 /NEWS
parent030c0fd415040239ea8323293bf143112d799c76 (diff)
downloadphp-git-8c82566b48fc4ca837d83e1980f5cb681bb435ce.tar.gz
- Fix problem in sessions module under Win32. Need to use ; as an options
- delimiter in save_path instead of :.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1a541675bc..0fb582bc6b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.1
+- Fixed sessions on Win32. When setting the directory depth parameter in
+ save_path you need to now delimit it with a ';' instead of ':', e.g
+ "5;/tmp" instead of "5:/tmp" (Andi)
- Changed the Apache handler's return status to 'Declined' when a requested
PHP file could not be found. Returning 'Not Found' caused problems
in the ErrorDocument handler stage in that $REDIRECT_REDIRECT_ERROR_NOTES