Test: /ext/session/tests/bug73100.phpt - Version 7.1.4        

Bug #73100 session_destroy null dereference in ps_files_path_create
Submitted: 2016-09-16 14:29:21 Modified: 2016-12-19 03:20:09
From: ahihibughunter Assigned: cmb
Status: Closed Package: Session related
PHP Version: 7.0.11 OS: ALL

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

Count Diff
2 (33%)
001+ Warning: session_start(): Cannot find save handler 'redis' - session startup failed in %s/bug73100.php on line 3
002+ bool(false)
001- bool(true)
003- Warning: session_module_name(): A session is active. You cannot change the session module's ini settings at this time in %s on line %d
004-
005- Warning: session_destroy(): Session object destruction failed in %s on line %d
004+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/bug73100.php on line 5
1 (17%)
001+ Warning: session_start(): open(/usr/local/apache2/php-session/sess_1b92653b4b9890e29f38264911a65a1f, O_RDWR) failed: Permission denied (13) in %s/bug73100.php on line 3
001- bool(true)
003+ Warning: session_start(): Failed to read session data: files (path: /usr/local/apache2/php-session) in %s/bug73100.php on line 3
004+ bool(false)
003- Warning: session_module_name(): A session is active. You cannot change the session module's ini settings at this time in %s on line %d
005- Warning: session_destroy(): Session object destruction failed in %s on line %d
006+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/bug73100.php on line 5
1 (17%)
001+ Warning: session_start(): open(/tmp/php_session/sess_ca94b217ec4aec0f7071be189eda22c7, O_RDWR) failed: No such file or directory (2) in %s/bug73100.php on line 3
001- bool(true)
003+ Warning: session_start(): Failed to read session data: files (path: /tmp/php_session) in %s/bug73100.php on line 3
004+ bool(false)
003- Warning: session_module_name(): A session is active. You cannot change the session module's ini settings at this time in %s on line %d
005- Warning: session_destroy(): Session object destruction failed in %s on line %d
006+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/bug73100.php on line 5
1 (17%)
001+ Warning: session_start(): open(/tmp/php-session-temp/sess_cc563359834ce54aaab7d42d68e4909e, O_RDWR) failed: No such file or directory (2) in %s/bug73100.php on line 3
001- bool(true)
003+ Warning: session_start(): Failed to read session data: files (path: /tmp/php-session-temp) in %s/bug73100.php on line 3
004+ bool(false)
003- Warning: session_module_name(): A session is active. You cannot change the session module's ini settings at this time in %s on line %d
005- Warning: session_destroy(): Session object destruction failed in %s on line %d
006+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/bug73100.php on line 5
1 (17%)
001+ Warning: session_start(): Cannot find save handler 'memcache' - session startup failed in %s/bug73100.php on line 3
002+ bool(false)
001- bool(true)
003- Warning: session_module_name(): A session is active. You cannot change the session module's ini settings at this time in %s on line %d
004-
005- Warning: session_destroy(): Session object destruction failed in %s on line %d
004+ Warning: session_destroy(): Trying to destroy uninitialized session in %s/bug73100.php on line 5