ID:               28989
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jan dot piet dot willems at pandora dot be
-Status:           Open
+Status:           Bogus
 Bug Type:         Session related
 Operating System: windows XP
 PHP Version:      4.3.7
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

"\t" in a double-quoted string represents a tab character.  Either
escape the backslash ("C:\windows\\temp") or use single quotes
('C:\windows\temp')


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

[2004-07-02 01:08:11] jan dot piet dot willems at pandora dot be

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 this bug report at http://bugs.php.net/?id=28989&edit=1

Reply via email to