php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39608 [IT] setcookie() manual page talks about "aspiring" cookies
Submitted: 2006-11-23 14:31 UTC Modified: 2008-07-21 09:37 UTC
Votes:2
Avg. Score:3.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:0 (0.0%)
From: rumenta at gmail dot com Assigned:
Status: Not a bug Package: Translation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: rumenta at gmail dot com
New email:
PHP Version: OS:

 

 [2006-11-23 14:31 UTC] rumenta at gmail dot com
Description:
------------
In the italian traslation of setcookie() manual page (http://it2.php.net/setcookie) second line of example 1 reads:

setcookie ("TestCookie", $value,time()+3600);  /* aspira in 1 ora */

It should be:

setcookie ("TestCookie", $value,time()+3600);  /* scade in 1 ora */


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-07-21 09:37 UTC] kalle@php.net
The italian translation does not seem to have setcookie() translated anymore in CVS, Ill mark this as bogus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC