Date: 05/09/01
- Next message: Sascha Schumann: "[PHP-DEV] Re: Serious problems with libtool 1.4.."
- Previous message: Cynic: "[PHP-DEV] php.exe from current CVS crashes on startup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: anabolic <email protected>
Operating system: Linux and Win2k
PHP version: 4.0.4pl1
PHP Bug Type: *Programming Data Structures
Bug description: infinite loops prevents pages from loading
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<title>Loop</title>
</head>
<body>
<?
for($value=1; $value>0; $value++){
echo"<br>$value";
flush();
sleep(1);
}
?>
</body>
</html>
The code above does not work when opened in more than two browsers on the same computer.
Any ideas?
Thank you.
-- Edit Bug report at: http://bugs.php.net/?id=10752&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: Sascha Schumann: "[PHP-DEV] Re: Serious problems with libtool 1.4.."
- Previous message: Cynic: "[PHP-DEV] php.exe from current CVS crashes on startup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

