php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36735 malfunction when performing a search
Submitted: 2006-03-14 12:17 UTC Modified: 2006-03-15 06:51 UTC
From: jlsimon at isunco dot net Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: firefox on win xp
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: jlsimon at isunco dot net
New email:
PHP Version: OS:

 

 [2006-03-14 12:17 UTC] jlsimon at isunco dot net
Description:
------------
First of all, congratulations on wonderful PPH and PHP.NET! Greetings from Spain.

when performing a search, please see url obtained for details:

http://es.php.net/results.php?q=gd+activation&l=en&p=all

I got the following error:

Warning: file_get_contents(http://www.php.net/ws.php?profile=all&q=gd+activation〈=en&results=10&start=0&mirror=es.php.net) [function.file-get-contents]: failed to open stream: Connection timed out in /srv/www/htdocs/php/results.php on line 29

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/php/results.php:29) in /srv/www/htdocs/php/include/layout.inc on line 79

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/php/results.php:29) in /srv/www/htdocs/php/include/layout.inc on line 80


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-15 06:43 UTC] rasmus@php.net
I guess the es.php.net server is blocking all outbound connections or something like that.  es2 works well:

http://es2.php.net/results.php?q=gd+activation&l=en&p=all

So an option here would be to do a little hardcoded check for es.php.net and redirect searches to es2.
 [2006-03-15 06:51 UTC] rasmus@php.net
I have fixed this in CVS now.  Check again in about a day.  It should have trickled out by then.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 20:00:02 2026 UTC