|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-04-14 22:24 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 23 21:00:01 2025 UTC |
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