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

Bug #73273 session_unset() empties values from all variables in which is $_session stored
Submitted: 2016-10-09 13:28:50 Modified: 2016-10-10 10:05:03
From: ghostovice Assigned: nikic
Status: Closed Package: Session related
PHP Version: 7.0.11 OS: Linux Mint 18

There is 1 diff reported by users for this test.

Count Diff
38 (100%)
001+ Fatal error: Uncaught Exception: Could not gather sufficient random data in %s/bug73273.php:2
002+ Stack trace:
003+ #0 %s/bug73273.php(2): session_start()
004+ #1 {main}
001- array(1) {
002- ["test"]=>
003- bool(true)
004- }
005+
006+ Next Exception: Could not gather sufficient random data in %s/bug73273.php:2
007+ Stack trace:
008+ #0 %s/bug73273.php(2): session_start()
009+ #1 {main}
010+
011+ Next Exception: Could not gather sufficient random data in %s/bug73273.php:2
012+ Stack trace:
013+ #0 %s/bug73273.php(2): session_start()
014+ #1 {main}
015+
016+ Next Exception: Could not gather sufficient random data in %s/bug73273.php:2
017+ Stack trace:
018+ #0 %s/bug73273.php(2): session_start()
019+ #1 {main}
020+
021+ Next Error: Failed to create session ID: files (path: ) in %s/bug73273.php:2
022+ Stack trace:
023+ #0 %s/bug73273.php(2): session_start()
024+ #1 {main}
025+ thrown in %s/bug73273.php on line 2