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
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: george_walkovski at inbox dot lv
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC