From: jan dot piet dot willems at pandora dot be Operating system: windows XP PHP version: 4.3.7 PHP Bug Type: Session related Bug description: save_session_path
Description: ------------ used code: session_save_path("C:\windows\temp"); generates an error replaced by: session_save_path("C:\windows\Temp"); works fine as long as no "t" right behind the \ is used. Reproduce code: --------------- Warning: session_start(): open(C:\windows emp\sess_242aa938bd6bc11c26420d8ae71102be, O_RDWR) failed: Invalid argument (22) in C:\pwIntraNet\www\tribuun\tests\login_page.php on line 6 Actual result: -------------- session_save_path("C:\windows\Temp"); = ok -- Edit bug report at http://bugs.php.net/?id=28989&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28989&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28989&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28989&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28989&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28989&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28989&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28989&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28989&r=support Expected behavior: http://bugs.php.net/fix.php?id=28989&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28989&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28989&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28989&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28989&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28989&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28989&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28989&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28989&r=float