Date: 08/27/01
- Next message: Jason Greene: "Re: [PHP-DEV] ([PATCH] SOCKETS Solaris issues with gcc) & socket_read issue with new api"
- Previous message: hholzgra <email protected>: "[PHP-DEV] Bug #12968 Updated: Session don't store after header("Location: ...")"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #12983 Updated: crash due to infinite loop"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #12983 Updated: crash due to infinite loop"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: admin <email protected>
Operating system: linux
PHP version: 4.0.4
PHP Bug Type: Reproducible crash
Bug description: crash due to infinite loop
if you run a loop with a typing error such as the following where $j is not
defined the system goes into a infinite loop and causes the shutdown of all
running services.
for ($i = 0; $i < $numrows; ++$j){
# something
}
Not really a bug but shouldn't we get a timeout error here ?
Alfred Tuinman
-- Edit bug report at: http://bugs.php.net/?id=12983&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: Jason Greene: "Re: [PHP-DEV] ([PATCH] SOCKETS Solaris issues with gcc) & socket_read issue with new api"
- Previous message: hholzgra <email protected>: "[PHP-DEV] Bug #12968 Updated: Session don't store after header("Location: ...")"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #12983 Updated: crash due to infinite loop"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #12983 Updated: crash due to infinite loop"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

