Test: /ext/session/tests/bug70133.phpt - Version 7.4.25RC1        

Bug #70133 Extended SessionHandler::read is ignoring $session_id when calling parent
Submitted: 2015-07-24 19:20:28 Modified: 2016-01-15 20:41:28
From: lukas Assigned: yohgaki
Status: Closed Package: Session related
PHP Version: 5.6.11 OS: Mac OS X

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: SessionHandler::read(): open(/tmp/sess_mycustomsession, O_RDWR) failed: Permission denied (13) in %s/bug70133.php on line 6 002+ 003+ Warning: session_start(): Failed to read session data: user (path: ) in %s/bug70133.php on line 15 004+ string(0) "" 005+ 006+ Warning: SessionHandler::read(): open(/tmp/sess_mycustomsession, O_RDWR) failed: Permission denied (13) in %s/bug70133.php on line 6 007+ 008+ Warning: session_start(): Failed to read session data: user (path: ) in %s/bug70133.php on line 21 009+ array(0) { 001- string(15) "mycustomsession" 002- array(1) { 003- ["foo"]=> 004- string(4) "hoge" 006- string(7) "otherid" 011+ string(0) ""