diff options
author | Andi Gutmans <andi@php.net> | 2000-05-27 16:38:49 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-05-27 16:38:49 +0000 |
commit | 8c82566b48fc4ca837d83e1980f5cb681bb435ce (patch) | |
tree | e038e7d8ca7c12161e0e33730a17ad3be37b19d9 /NEWS | |
parent | 030c0fd415040239ea8323293bf143112d799c76 (diff) | |
download | php-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |