php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #30607 typo on setcookie page
Submitted: 2004-10-29 02:35 UTC Modified: 2004-10-29 11:03 UTC
From: smifffy at smith-net dot org dot uk Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: n/a
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: smifffy at smith-net dot org dot uk
New email:
PHP Version: OS:

 

 [2004-10-29 02:35 UTC] smifffy at smith-net dot org dot uk
Description:
------------
on the page (http://uk2.php.net/manual/en/function.setcookie.php) the line:

Note:  If the PHP directive register_globals  is set to on then cookie values will also be made into variables. In our examples below, $TextCookie will exist. It's recommended to use $_COOKIE.

should read

Note:  If the PHP directive register_globals  is set to on then cookie values will also be made into variables. In our examples below, $TestCookie will exist. It's recommended to use $_COOKIE.

ive only looked on the uk and uk2 pages but i assume it is the same on the other english servers.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-29 08:50 UTC] derick@php.net
Changing category to doc-problem.
 [2004-10-29 11:03 UTC] dave@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-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 14 07:01:32 2024 UTC