Date: 12/29/00
- Next message: bobw123 <email protected>: "[PHP-DEV] PHP 4.0 Bug #8476: Class documentaion request"
- Previous message: simon.southwood <email protected>: "[PHP-DEV] PHP 4.0 Bug #8472 Updated: calling a function in a regular expression"
- Next in thread: derick <email protected>: "[PHP-DEV] PHP 4.0 Bug #8471 Updated: Crash on infinite recursive calls."
- Maybe reply: derick <email protected>: "[PHP-DEV] PHP 4.0 Bug #8471 Updated: Crash on infinite recursive calls."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 8471
Updated by: derick
Reported By: vgo <email protected>
Old-Status: Open
Status: Analyzed
Bug Type: Reproduceable crash
Assigned To:
Comments:
PHP does not do infinite recursions, and there is no way to
protect or check for this without making things much slower.
Previous Comments:
---------------------------------------------------------------------------
[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>
- Next message: bobw123 <email protected>: "[PHP-DEV] PHP 4.0 Bug #8476: Class documentaion request"
- Previous message: simon.southwood <email protected>: "[PHP-DEV] PHP 4.0 Bug #8472 Updated: calling a function in a regular expression"
- Next in thread: derick <email protected>: "[PHP-DEV] PHP 4.0 Bug #8471 Updated: Crash on infinite recursive calls."
- Maybe reply: derick <email protected>: "[PHP-DEV] PHP 4.0 Bug #8471 Updated: Crash on infinite recursive calls."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

