Test: /ext/session/tests/bug72940.phpt - Version 7.2.12        

Bug #72940 SID always return "name=ID", even if session cookie exists
Submitted: 2016-08-25 10:18:12 Modified: 2016-08-30 07:27:39
From: archinf Assigned: yohgaki
Status: Closed Package: Session related
PHP Version: 7.0.10 OS:

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: session_start(): Cannot find serialization handler 'igbinary' - session startup failed in %s/bug72940.php on line 7
002+
003+ Warning: Use of undefined constant SID - assumed 'SID' (this will throw an Error in a future version of PHP) in %s/bug72940.php on line 8
004+ string(0) ""
005+ string(3) "SID"
006+
007+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/bug72940.php on line 9
008+
009+ Warning: session_start(): Cannot find serialization handler 'igbinary' - session startup failed in %s/bug72940.php on line 14
010+
011+ Warning: Use of undefined constant SID - assumed 'SID' (this will throw an Error in a future version of PHP) in %s/bug72940.php on line 15
001- string(12) "bug72940test"
003- string(11) "bug72940get"
004- string(21) "PHPSESSID=bug72940get"
013+ string(3) "SID"
014+
015+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/bug72940.php on line 16