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

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 are 3 different diffs reported by users for this test.

Count Diff
2 (50%)
001+ Warning: session_start(): Cannot find save handler 'redis' - session startup failed in %s/bug72940.php on line 7
002+
003+ Notice: Use of undefined constant SID - assumed 'SID' 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 save handler 'redis' - session startup failed in %s/bug72940.php on line 14
010+
011+ Notice: Use of undefined constant SID - assumed 'SID' 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
1 (25%)
001+ Wed May 10 15:13:48 2017 (8635): Fatal Error Zend OPcache cannot allocate buffer for interned strings
001- string(12) "bug72940test"
002- string(0) ""
003- string(11) "bug72940get"
004- string(21) "PHPSESSID=bug72940get"
1 (25%)
001+ Warning: session_start(): Cannot find save handler 'memcache' - session startup failed in %s/bug72940.php on line 7
002+
003+ Notice: Use of undefined constant SID - assumed 'SID' 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 save handler 'memcache' - session startup failed in %s/bug72940.php on line 14
010+
011+ Notice: Use of undefined constant SID - assumed 'SID' 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