|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-07-02 11:19 UTC] mgf@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 21:00:02 2025 UTC |
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