Test: /ext/session/tests/bug61470.phpt - Version 7.4.22        

Bug #61470 session_regenerate_id() do not create session file
Submitted: 2012-03-22 04:48:03 Modified: 2015-02-02 09:43:53
From: david Assigned: yohgaki
Status: Closed Package: Session related
PHP Version: 5.4.0 OS: ANY

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Warning: session_start(): Session data file is not created by your uid in %s/bug61470.php on line 5 002+ 001- bool(true) 002- bool(true) 003+ Warning: session_start(): Failed to read session data: files (path: /vagrant/own/php7.4.22_build/php-7.4.22/ext/session/tests) in %s/bug61470.php on line 5 004+ bool(false) 005+ 006+ Warning: session_regenerate_id(): Cannot regenerate session id - session is not active in %s/bug61470.php on line 10 007+ bool(false)