ID:               45363
 User updated by:  famzah at icdsoft dot com
 Reported By:      famzah at icdsoft dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Session related
 Operating System: *
 PHP Version:      5.2.6
 New Comment:

OK, I will copy the information from bug #32330

Reproduce code:
---------------
<?php
        function dummy() { }

        session_set_save_handler('dummy', 'dummy', 'dummy', 'dummy', 'dummy',
'dummy');

        session_start();
        session_destroy();
        # comment in the next line and the test works
        #session_set_save_handler('dummy', 'dummy', 'dummy', 'dummy',
'dummy','dummy');
        session_start();
?>

Expected result:
----------------
No fatal error message

Actual result:
--------------
Fatal error: session_start(): Failed to initialize storage module:
user


You can see the rest in bug #32330. Tested with PHP 5.2.6 and PHP
5.2.5.


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

[2008-07-01 09:51:53] [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.




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

[2008-06-26 10:53:43] famzah at icdsoft dot com

Description:
------------
I want to re-open bug #32330 (http://bugs.php.net/bug.php?id=32330).
The problem still persists even though PHP developers stated that it was
fixed.



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


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

Reply via email to