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
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: 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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC