From:             eoghan at loggedin dot com
Operating system: XP SP2
PHP version:      5.2.0
PHP Bug Type:     IIS related
Bug description:  Swapped Upload and Session Directory

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 bug report at http://bugs.php.net/?id=39407&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39407&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39407&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39407&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39407&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39407&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39407&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39407&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39407&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39407&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39407&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39407&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39407&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39407&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39407&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39407&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39407&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39407&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39407&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39407&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39407&r=mysqlcfg

Reply via email to