ID: 39514 Updated by: [EMAIL PROTECTED] Reported By: mailforlindsay at gmail dot com -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Windows PHP Version: 4.4.4 New Comment:
Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2006-11-14 21:13:07] mailforlindsay at gmail dot com 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39514&edit=1