ID: 30947 User updated by: ceo at l-i-e dot com Reported By: ceo at l-i-e dot com -Status: Feedback +Status: Open Bug Type: Documentation problem Operating System: php.net PHP Version: Irrelevant New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2004-12-01 18:30:44] [EMAIL PROTECTED] 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-01 18:22:45] 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-11-30 22:44:54] [EMAIL PROTECTED] I also get the search results page. What mirror do you get when going to php.net/fopen (for example)? S ------------------------------------------------------------------------ [2004-11-30 22:40:10] [EMAIL PROTECTED] I see the function search page popping up for that address. I cannot reproduce your problem... ------------------------------------------------------------------------ [2004-11-30 22:37:01] 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> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30947&edit=1