php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30947 http://php.net/lists.php
Submitted: 2004-11-30 22:37 UTC Modified: 2004-12-14 19:47 UTC
From: ceo at l-i-e dot com Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: php.net
Private report: No CVE-ID: None
 [2004-11-30 22:37 UTC] ceo at l-i-e dot com
Description:
------------
http://php.net/lists.php
yeilds:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title></head><body></body></html>

This is probably not intended behaviour.

Once upon a time the mailing lists page was at that URL, which might be relevant...

Probably not, as we are talking 3.0RC2 days, I believe :-)


Expected result:
----------------
I guess the function search page thingie where you go when you mis-type a function name.

Or maybe a 404 page of some kind.

Or, I dunno, the mailing lists page would have been nice.


Actual result:
--------------
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title></head><body></body></html>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-30 22:40 UTC] goba@php.net
I see the function search page popping up for that address. I cannot reproduce your problem...
 [2004-11-30 22:44 UTC] sean@php.net
I also get the search results page.

What mirror do you get when going to php.net/fopen (for example)?

S

 [2004-12-01 18:22 UTC] ceo at l-i-e dot com
I just tried http://php.net/fopen and got us2 mirror.

I'm pretty sure that's not consistently true, however...

I know I used to get us4 a lot, and sometimes us3.

Though if that's based on IP network topography, I suppose that could all be based on work/home/2nd-job surfing differences.

Aha!  Based on my Cookies and such, and what I see in the search text box below the main masthead navbar, I apparently fumbled and typed "php.net/lists.phyp" FIRST the other day, and it's still in the data somewhere.

That *MIGHT* be having an effect, I guess.

PS You guys rock!
 [2004-12-01 18:30 UTC] sean@php.net
So, is this still happening, or not? Can you replicate it on more than one browser?
Does it ALWAYS happen, or it just happened once?

S

 [2004-12-02 00:24 UTC] ceo at l-i-e dot com
Still happens, consistently and reliably on:

Netscape 7.1 Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

Firefox Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2

Mozilla 1.7.1 Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707

Yeah, okay, that last one was redundant, wasn't it?

MSIE 6, however, claims the server can't be found...
"Cannot find server or DNS Error
Internet Explorer "

Course, that's just Microsoft... :-)

I know this is weird, but that's what I'm seeing.  Honest!

I'm surfing from 66.99.91.45 if you wanna grep Apache logs to see what was going on minutes before this was posted from that IP... Yeah, right. :-^

Maybe this will help:
bash-2.03$ wget http://php.net/lists.php
--17:22:28--  http://php.net/lists.php
           => `lists.php'
Resolving php.net... 64.246.30.37
Connecting to php.net[64.246.30.37]:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://www.php.net/lists.php [following]
--17:22:29--  http://www.php.net/lists.php
           => `lists.php'
Resolving www.php.net... 64.246.30.37
Connecting to www.php.net[64.246.30.37]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://us2.php.net/lists.php [following]
--17:22:29--  http://us2.php.net/lists.php
           => `lists.php'
Resolving us2.php.net... 64.62.150.60
Connecting to us2.php.net[64.62.150.60]:80... connected.
HTTP request sent, awaiting response... 
17:22:29 ERROR -1: No data received.

bash-2.03$ 

I'm still getting us2 mirror for fopen or anything else.
 [2004-12-02 00:35 UTC] tony2001@php.net
Yeah, us2.php.net really seems to have some problems.
Try http://www.php.net/lists.php instead.
 [2004-12-12 01:00 UTC] phpdoc at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2004-12-13 06:57 UTC] ceo at l-i-e dot com
us2.php.net still has this same problem.

It is not browser dependent.

Not sure what other info the automated system thinks is missing...
 [2004-12-13 12:45 UTC] goba@php.net
Any http://us2.php.net/type_anything_here.php gives the same result, so this is some misconfiguration on the us2.php.net mirror. I'll try to point the maintainer's attention to this report.
 [2004-12-14 19:47 UTC] goba@php.net
Gary fixed the server. Thanks for the report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 19:01:28 2024 UTC