From:             [EMAIL PROTECTED]
Operating system: 
PHP version:      4.2.2
PHP Bug Type:     Documentation problem
Bug description:  SID constant listed as integer in PHP session documentation.

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.
-- 
Edit bug report at http://bugs.php.net/?id=18889&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=18889&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=18889&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=18889&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=18889&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=18889&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=18889&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=18889&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=18889&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=18889&r=globals


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to