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

ID: 8471
Updated by: derick
Reported By: vgo <email protected>
Old-Status: Analyzed
Status: Suspended
Bug Type: Reproduceable crash
Assigned To:
Comments:

Chanching to suspended on Jani's request

Previous Comments:
---------------------------------------------------------------------------

[2000-12-29 18:58:53] derick <email protected>
PHP does not do infinite recursions, and there is no way to
protect or check for this without making things much slower.

---------------------------------------------------------------------------

[2000-12-29 01:56:11] vgo <email protected>
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();
}

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=8471

-- 
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>