php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #18889 SID constant listed as integer in PHP session documentation.
Submitted: 2002-08-13 16:26 UTC Modified: 2002-08-13 18:56 UTC
Votes:1
Avg. Score:2.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: rze at counter-strike dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.2.2 OS:
Private report: No CVE-ID: None
 [2002-08-13 16:26 UTC] rze at counter-strike dot net
http://www.php.net/manual/en/ref.session.php

--------
SID (integer)
Constant containing the session name and session ID in the form of "name=ID". 
--------

Obviously an integer cannot contain the string "name=", The id itself isn't an integer, either, so obviously it was mislabeled. It should be listed as a string.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-13 18:56 UTC] dams@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version 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.
Thank you for the report, and for helping us make PHP better.

Corrected in the docs. it will appear in the next build.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Aug 14 18:01:30 2024 UTC