ID: 27999
Updated by: [EMAIL PROTECTED]
Reported By: george_walkovski at inbox dot lv
-Status: Open
+Status: Bogus
Bug Type: *Web Server problem
Operating System: Fedora Core 1 (Linux)
PHP Version: 5.0.0RC1
New Comment:
Fix your stupid setup.
Previous Comments:
------------------------------------------------------------------------
[2004-04-14 17:28:52] 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
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27999&edit=1