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

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

Count Diff
5 (83%)
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
1 (17%)
001+ Wed Mar 31 15:31:37 2021 (140099013958080): Fatal Error Unable to allocate shared memory segment of 134217728 bytes: unknown: No such file or directory (2) 001- string(12) "bug72940test" 002- string(0) "" 003- string(11) "bug72940get" 004- string(21) "PHPSESSID=bug72940get"