ID:               39407
 Updated by:       [EMAIL PROTECTED]
 Reported By:      eoghan at loggedin dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         IIS related
 Operating System: XP SP2
 PHP Version:      5.2.0
-Assigned To:      
+Assigned To:      jmertic


Previous Comments:
------------------------------------------------------------------------

[2006-11-06 21:40:45] eoghan at loggedin dot com

Description:
------------
When you run the windows installer and choose IIS4+ CGI, it seems to
swap the values for the session directory and the uploads directory in
the php.ini file when it's created.

In php.ini it has

upload_tmp_dir="C:\DOCUME~1\Eoghan\LOCALS~1\Temp\php\session"
session.save_path="C:\DOCUME~1\Eoghan\LOCALS~1\Temp\php\upload"

and I think they're probably meant to be swapped i.e.

upload_tmp_dir="C:\DOCUME~1\Eoghan\LOCALS~1\Temp\php\upload"
session.save_path="C:\DOCUME~1\Eoghan\LOCALS~1\Temp\php\session"

Not a biggie, probably wouldn't really stop things functioning in most
cases, but just thought you might want to know.

Eoghan.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39407&edit=1

Reply via email to