Test: /ext/session/tests/bug32330.phpt - Version 7.2.0-dev        

Bug #32330 session_destroy, "Failed to initialize storage module", custom session handler
Submitted: 2005-03-16 09:29:18 Modified: 2010-07-16 12:08:44
From: mfischer Assigned: mfischer
Status: Closed Package: Session related
PHP Version: 6CVS, 5CVS, 5.2.5, 4CVS (2005-03-17) OS: *

There is 1 diff reported by users for this test.

Count Diff
38 (100%)
002+
003+ Fatal error: Uncaught Exception: Could not gather sufficient random data in %s/bug32330.php:45
004+ Stack trace:
005+ #0 %s/bug32330.php(45): session_start()
006+ #1 {main}
007+
008+ Next Error: Failed to create session ID: user (path: /tmp) in %s/bug32330.php:45
009+ Stack trace:
010+ #0 %s/bug32330.php(45): session_start()
011+ #1 {main}
012+ thrown in %s/bug32330.php on line 45
002- read: id = %s
003- gc: maxlifetime = %d
004- write: id = %s, data = A|s:1:"B";
005- close
006- open: path = /tmp, name = sid
007- read: id = %s
008- gc: maxlifetime = %d
009- destroy: id = %s
010- close
011- open: path = /tmp, name = sid
012- read: id = %s
013- gc: maxlifetime = %d
014- write: id = %s, data = E|s:1:"F";
015- close