Test: /ext/session/tests/bug74941.phpt - Version 7.4.15        

Bug #74941 Session fails to start after having headers sent
Submitted: 2017-07-17 14:24:48 Modified:
From: smorozov Assigned:
Status: Closed Package: Session related
PHP Version: 7.2.0alpha3 OS: Linux

There are 2 different diffs reported by users for this test.

Count Diff
2 (67%)
002+ 003+ Warning: session_start(): open(/tmp/sess_BUG74941, O_RDWR) failed: Permission denied (13) in %s/bug74941.php on line 9 004+ 005+ Warning: session_start(): Failed to read session data: files (path: ) in %s/bug74941.php on line 9 006+ bool(false) 002- bool(true)
1 (33%)
002+ 003+ Warning: session_start(): open(/var/lib/php/sessions/sess_BUG74941, O_RDWR) failed: Permission denied (13) in %s/bug74941.php on line 9 004+ 005+ Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in %s/bug74941.php on line 9 006+ bool(false) 002- bool(true)