php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #60334 Parameters need to be mentioned for read/write callbacks
Submitted: 2011-11-19 06:33 UTC Modified: 2011-12-03 23:41 UTC
From: myselfasunder at gmail dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: myselfasunder at gmail dot com
New email:
PHP Version: OS:

 

 [2011-11-19 06:33 UTC] myselfasunder at gmail dot com
Description:
------------
For the description of session_set_save_handler, it lists the descriptions of the various callbacks that are passed-in. The examples indicate that the session-ID is the only parameter for the "read" callback, and the session-ID and the data as parameters for the "write" callback, but this information is omitted from the actual description of session_set_save_handler. This information should be indicated at the top along with the rest.


Dustin


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-11-19 06:40 UTC] myselfasunder at gmail dot com
Apologies. The CHM help-file omits the info about the write function, but it's on the webpage. The read function doesn't show the parameters in either.


Dustin
 [2011-12-03 23:41 UTC] frozenfire@php.net
Submitter nullified bug.
 [2011-12-03 23:41 UTC] frozenfire@php.net
-Status: Open +Status: Bogus
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC