|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-11-15 09:33 UTC] tony2001@php.net
[2006-11-15 20:35 UTC] mailforlindsay at gmail dot com
[2006-11-15 20:57 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 10:00:01 2025 UTC |
Description: ------------ With various IIS servers runnin PHP 4.x.x (various 4.3.x and 4.3.x) - i can crash IIS, so that it needs to be stopped and restarted with 1 line of code. Reproduce code: --------------- <? header("location:/currentfile.php"); // forward slash causes crash // currentfile.php is the exact basename of this file ?> Expected result: ---------------- It should fail elegantly. By itself, this should produce an infinite loop and time out - and that's exactly what happens if you create the loop without the leading "/". But with the slash IIS crashes. Actual result: -------------- IIS Crashes. I'm using IIS 5 on windows 2000. I've also reproduced it on remote machines whos details i don't know.