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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 11:01:33 2024 UTC