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

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 is 1 diff reported by users for this test.

Count Diff
1 (100%)
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)