[PHP-DEV] Bug #11684 Updated: Header() causes PHP to hang

2001-06-26 Thread cheald45
ID: 11684 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Unknown/Other Function Operating system: Windows 2000/IIS4 PHP Version: 4.0.5 Description: Header() causes PHP to hang http://foo.com/bar.html";); ob_end_flush(); ?> Win2k/IIS4/CGI mode/Standard setup, standard modules + imag

[PHP-DEV] Bug #11684 Updated: Header() causes PHP to hang

2001-07-16 Thread zeev
ID: 11684 Updated by: zeev Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 2000/IIS4 PHP Version: 4.0.5 New Comment: Is anybody else able to reproduce this? I'm not. BTW, I assume you're using IIS 5... Previous Comments: --

[PHP-DEV] Bug #11684 Updated: Header() causes PHP to hang

2001-07-16 Thread cheald45
ID: 11684 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 2000/IIS4 PHP Version: 4.0.5 New Comment: Double checked my config, yes, it's IIS 5. It may just be a combonation of factors on my end - it is IIS

[PHP-DEV] Bug #11684 Updated: Header() causes PHP to hang

2001-07-17 Thread stas
ID: 11684 Updated by: stas Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Windows 2000/IIS4 PHP Version: 4.0.5 New Comment: BTW: header("http://foo.com/bar.html";) does not make a valid HTTP header. Didn't you mean something like: header("Locatio

[PHP-DEV] Bug #11684 Updated: Header() causes PHP to hang

2001-07-17 Thread cheald45
ID: 11684 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating System: Windows 2000/IIS4 PHP Version: 4.0.5 New Comment: Yes - I thought I corrected that when I first submitted the bug. Guess not. Anyway, I -am- using the correct header

[PHP-DEV] Bug #11684 Updated: Header() causes PHP to hang

2001-07-21 Thread andy
ID: 11684 Updated by: andy Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating System: Windows 2000/IIS4 PHP Version: 4.0.5 New Comment: A cause may be that you are echoing "foobar" before you call the header() function. Try switching the order of these functions. Pre

[PHP-DEV] Bug #11684 Updated: Header() causes PHP to hang

2001-07-26 Thread sniper
ID: 11684 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: HTTP related Operating System: Windows 2000/IIS4 PHP Version: 4.0.5 Previous Comments: [2001-07-17 12:06:51] [EMAIL PROT