ID:               39514
 User updated by:  mailforlindsay at gmail dot com
 Reported By:      mailforlindsay at gmail dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Reproducible crash
 Operating System: Windows
 PHP Version:      4.4.4
 New Comment:

Unfortunately I don't have the time to do that. So I'll let you guys do
what you want with this report. If you have access to any IIS server,
try it - it's just one line. If you get the crash too, then you'll be
much better equiped to get the information you need. If not then its
something specific to the few setups I tried - no biggy.


Previous Comments:
------------------------------------------------------------------------

[2006-11-15 09:33:49] [EMAIL PROTECTED]

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.



------------------------------------------------------------------------

[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

Reply via email to