[PHP-DEV] PHP 4.0 Bug #8471: Crash on infinite recursive calls. From: vgo <email protected>
Date: 12/29/00

From: vgo <email protected>
Operating system: Windows 2000
PHP version: 4.0.4
PHP Bug Type: Reproduceable crash
Bug description: Crash on infinite recursive calls.

General configuration:

WEB server Apache 1.3.14
php 4.0.4 running as the module for Apache.

The infinite recursive call causes Unknown softaware exception (0xc00000fd) in Apache.exe

Example:
function checkIfLoggedIn()
{
  checkIfLoggedIn();
}

-- 
Edit Bug report at: http://bugs.php.net/?id=8471&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>