php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54724 Reference to undefined function `SetCookie' (should be `setcookie')
Submitted: 2011-05-12 22:19 UTC Modified: 2011-05-12 22:22 UTC
From: altsysrq at gmail dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: trunk-SVN-2011-05-12 (SVN) OS:
Private report: No CVE-ID: None
 [2011-05-12 22:19 UTC] altsysrq at gmail dot com
Description:
------------
Documentation references `SetCookie' function, but `setcookie' function meant in http://www.php.net/manual/en/language.variables.external.php.
Please see attached patch against sources from http://svn.php.net/repository/phpdoc/en/trunk for details.


Patches

SetCookie_function.patch (last revision 2011-05-12 20:19 UTC by altsysrq at gmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-12 22:22 UTC] danbrown@php.net
-Status: Open +Status: Bogus
 [2011-05-12 22:22 UTC] danbrown@php.net
Casing in function names matters nil to PHP.  If it was a superglobal or 
something of the like, sure, but a function can be written however the developer 
wants (regardless of standards).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC