php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27999 PHP returns stupid header
Submitted: 2004-04-14 17:28 UTC Modified: 2004-04-14 22:24 UTC
From: george_walkovski at inbox dot lv Assigned:
Status: Not a bug Package: *Web Server problem
PHP Version: 5.0.0RC1 OS: Fedora Core 1 (Linux)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
15 + 44 = ?
Subscribe to this entry?

 
 [2004-04-14 17:28 UTC] george_walkovski at inbox dot lv
Description:
------------
When I type in my browser address bar d:\webi\rs3\www\index.php and press "Enter" I get a message:
"d is not a registered protocol". I use Mozilla Firefox with Live HTTP Headers extension and it says this is what webserver returns as Content-Location header !!!



Reproduce code:
---------------
<?php
$bug = range(0,100);
for ($i=0;$i<count($bug);$i++) {
/* dummy */ echo $bug[i];
// guys ??? help me
}
?>

Expected result:
----------------
I expect some nice output

Actual result:
--------------
I get that stupid error message

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-14 22:24 UTC] sniper@php.net
Fix your stupid setup.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC