ID: 39407 Updated by: [EMAIL PROTECTED] Reported By: eoghan at loggedin dot com -Status: Assigned +Status: Closed Bug Type: IIS related Operating System: XP SP2 PHP Version: 5.2.0 Assigned To: jmertic New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. 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