From:             [EMAIL PROTECTED]
Operating system: win98/pws/ie5
PHP version:      4.2.3
PHP Bug Type:     Reproducible crash
Bug description:  browser crash from redirect command in function


when using this  code from within a function 
===============
$location='http://'.$_SERVER["HTTP_HOST"].$_SERVER['PHP_SELF'].'?cmd=frm'.$temp.'&msg='.urlencode($return_msg);

header("Location:".$location);
=================

results in the following repeatable crash message from IE5


PHP caused a stack fault in module PHP4TS.DLL at 015f:100b1f96.
Registers:
EAX=00762d90 CS=015f EIP=100b1f96 EFLGS=00010212
EBX=06fcceb0 SS=0167 ESP=00541f54 EBP=06fcd32c
ECX=00792c20 DS=0167 ESI=00761fa0 FS=5a37
EDX=00000007 ES=0167 EDI=00000001 GS=0000
Bytes at CS:EIP:
53 55 56 57 8b bc 24 90 04 00 00 33 db 89 5c 24 
Stack dump:
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 


screen display is

===========
CGI Error
The specified CGI application misbehaved by not returning a complete set
of HTTP headers. The headers it did return are:
===========

--end of screen display--
-- 
Edit bug report at http://bugs.php.net/?id=21106&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21106&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21106&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21106&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21106&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21106&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21106&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21106&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21106&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21106&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21106&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21106&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21106&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21106&r=isapi

Reply via email to