ID: 45363 Updated by: [EMAIL PROTECTED] Reported By: famzah at icdsoft dot com -Status: Open +Status: Wont fix Bug Type: Session related Operating System: * PHP Version: 5.2.6 New Comment:
The fix was considered too huge change for the PHP 5.2 series and was not merged from the PHP 5.3 branch. Previous Comments: ------------------------------------------------------------------------ [2008-07-01 10:05:32] famzah at icdsoft dot com 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. ------------------------------------------------------------------------ [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