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

Bug #63379 Warning when using session_regenerate_id(TRUE) with a SessionHandler
Submitted: 2012-10-29 01:04:34 Modified: 2012-11-25 13:26:43
From: avatar2004-php Assigned: arpad
Status: Closed Package: Session related
PHP Version: 5.4.8 OS: Gentoo

There is 1 diff reported by users for this test.

Count Diff
38 (100%)
001+ Termsig=11
001- array(1) {
002- ["foo"]=>
003- string(5) "hello"
004- }
005- *** Regenerated ***
006- array(1) {
007- ["foo"]=>
008- string(5) "hello"
009- }
010- array(2) {
011- ["foo"]=>
012- string(5) "hello"
013- ["bar"]=>
014- string(5) "world"
015- }
016- array(2) {
017- ["foo"]=>
018- string(5) "hello"
019- ["bar"]=>
020- string(5) "world"
021- }