ID:               32534
 Updated by:       php-bugs@lists.php.net
 Reported By:      mancini at nextcode dot org
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         PHP options/info functions
 Operating System: windows 2000
 PHP Version:      4.3.11
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


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

[2005-04-02 14:37:49] [EMAIL PROTECTED]

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.




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

[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