php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #36386 session_set_save_handler's arguments should be "callback" and not "string"
Submitted: 2006-02-13 22:27 UTC Modified: 2006-02-14 09:22 UTC
From: colder@php.net Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2006-02-13 22:27 UTC] colder@php.net
Description:
------------
On the session_set_save_handler()[1] manual page, the arguments are typed as strings, but in fact they're callbacks. Patch follows [2].

Thanks in advance

1 : http://php.net/session_set_save_handler
2 : http://www.colder.ch/patches/session-set-save-handler.patch


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-14 09:22 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 10 11:01:33 2025 UTC