ID:               32534
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mancini at nextcode dot org
-Status:           Open
+Status:           Feedback
 Bug Type:         PHP options/info functions
 Operating System: windows 2000
 PHP Version:      4.3.11
 New Comment:

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.





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

[2005-04-01 16:11:25] mancini at nextcode dot org

Description:
------------
When i set "session.save_handler = user" in php.ini and change the temp
path to force a error , i get 
"PHP Fatal error: Failed to initialize storage module: user (path:"

This is fine but when i set "session.save_handler = files" i get the
exact error.

I believe i should get "PHP Fatal error: Failed to initialize storage
module: files (path:"

Reproduce code:
---------------
session_start();

Expected result:
----------------
PHP Fatal error: Failed to initialize storage module: files (path:

Actual result:
--------------
PHP Fatal error: Failed to initialize storage module: user (path:


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32534&edit=1

Reply via email to