php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23550 Error message in www.php.net
Submitted: 2003-05-08 12:22 UTC Modified: 2003-05-08 12:40 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: csoma at jhu dot edu Assigned:
Status: Closed Package: Website problem
PHP Version: 4.3.2RC2 OS: Win2K
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: csoma at jhu dot edu
New email:
PHP Version: OS:

 

 [2003-05-08 12:22 UTC] csoma at jhu dot edu
Parse error: parse error in /local/Web/sites/phpweb/include/ip-to-country.inc on line 99

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-08 12:26 UTC] phpuser at bigfoot dot com dot invalid
Also showing:

Fatal error: Call to undefined function: i2c_valid_country() in /local/Web/sites/phpweb/include/mirrortable.inc on line 22

on the download pages - cannot download anything!
 [2003-05-08 12:29 UTC] didou@php.net
Reclassifying

Line 99 : return setcookie("COUNTRY", "$country,$ipnum" time() + 60*60*24*7, '/', '.php.net');

Just adding a ',' between $ipnum" and time() will resolve it.

Goba ? ;)
 [2003-05-08 12:40 UTC] goba@php.net
All these errors are related to that comma missing... Sorry. Even if noone does a quick update on php.net it will be automatically updated in a few minutes as usual. Sorry for the inconvinience.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jun 17 01:00:01 2026 UTC