php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #28499 Wierd and confusing grammar on English "Session Handling Functions" page
Submitted: 2004-05-24 03:18 UTC Modified: 2004-06-28 16:55 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: anamexis at yahoo dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
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: anamexis at yahoo dot com
New email:
PHP Version: OS:

 

 [2004-05-24 03:18 UTC] anamexis at yahoo dot com
Description:
------------
In the english manual, on the page "XCVI. Session Handling Functions" (http://www.php.net/manual/en/ref.session.php), there is an extremely odd and confusing sentence in the Caution box under example 3:

"Caution

If you are using $_SESSION and disable register_globals, do not use session_register(), session_is_registered() and session_unregister(), if your scripts shall work in PHP 4.2 and earlier. You can use these functions in 4.3 and later. "

Expected result:
----------------
Something less confusing and obfuscated.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-28 16:55 UTC] didou@php.net
I changed it to :

Before PHP 4.3, if you are using $_SESSION and you
have disabled register_globals, don't use 
session_register(), session_is_registered() or
session_unregister().

Is it less confusing ?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 17 15:01:28 2024 UTC