php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15041 mm save handler does not work
Submitted: 2002-01-15 04:46 UTC Modified: 2002-09-29 13:40 UTC
Votes:2
Avg. Score:3.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:2 (100.0%)
From: yohgaki@php.net Assigned:
Status: Closed Package: Session related
PHP Version: 4.0CVS-2002-01-1 OS: linux
Private report: No CVE-ID: None
 [2002-01-15 04:46 UTC] yohgaki@php.net
PS(http_session_vars) is null and PHP cannot save data when PS_WRITE_FUNC is called. PHP may crash under certain condition. 
Problem exists in 4.1.0 and 4.1.1 also.


Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-03 19:54 UTC] yohgaki@php.net
Will be fixed
 [2002-03-06 02:54 UTC] yohgaki@php.net
Cause is known. We need to come up with how we treat FAILURE from session save handler's read function to fix this issue.

FAILURE means failed to get valid data entry for the session
oi
FAILURE means fatal errror that can be network connection, database query, etc.
 [2002-09-29 13:40 UTC] iliaa@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Aug 18 22:01:28 2024 UTC