Date: 06/25/01
- Next message: cheald45 <email protected>: "[PHP-DEV] Bug #11684 Updated: Header() causes PHP to hang"
- Previous message: Joey Smith: "Re: [PHP-DEV] About ext/sockets/"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: cheald45 <email protected>
Operating system: Windows 2000/IIS4
PHP version: 4.0.5
PHP Bug Type: Unknown/Other Function
Bug description: Header() causes PHP to hang
<?
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 Bug report at: http://bugs.php.net/?id=11684&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: cheald45 <email protected>: "[PHP-DEV] Bug #11684 Updated: Header() causes PHP to hang"
- Previous message: Joey Smith: "Re: [PHP-DEV] About ext/sockets/"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

