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 after all. Anyway, no big deal, just thought someone might know
something about it.
Previous Comments:
------------------------------------------------------------------------
[2001-07-16 07:47:51] [EMAIL PROTECTED]
Is anybody else able to reproduce this? I'm not.
BTW, I assume you're using IIS 5...
------------------------------------------------------------------------
[2001-06-25 22:58:17] [EMAIL PROTECTED]
<?
ob_start();
echo "foobar";
header("http://foo.com/bar.html");
ob_end_flush();
?>
Win2k/IIS4/CGI mode/Standard setup, standard modules + image modules
calls to the header() function cause that instance of PHP to hang (infinite loop?).
Timeout occurs 4 or 5 times longer than max_execution_time allows. Can continue to run
scripts in
a seperate browser session. Executable memory footprint is 4-5 MB.
I have not been able to reproduce this on a Win98 machine with an identical PHP
environment.
------------------------------------------------------------------------
[2001-06-25 22:55:02] [EMAIL PROTECTED]
<?
ob_start();
echo "foobar";
header("http://foo.com/bar.html");
ob_end_flush;
?>
Win2k/IIS4/CGI mode/Standard setup, standard modules + image modules
calls to the header() function cause that instance of PHP to hang (infinite loop?).
Timeout occurs 4 or 5 times longer than max_execution_time allows. Can continue to run
scripts in a seperate browser session. Executable memory footprint is 4-5 MB.
I have not been able to reproduce this on a Win98 machine with an identical PHP
environment.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=11684&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]