Date: 12/29/00
- Next message: blalor <email protected>: "[PHP-DEV] PHP 4.0 Bug #8482: undefined symbol: slpmprodstab"
- Previous message: matt <email protected>: "[PHP-DEV] PHP 4.0 Bug #8469: function pdf_setlinewidth does not work at all."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: blalor <email protected>: "[PHP-DEV] PHP 4.0 Bug #8482: undefined symbol: slpmprodstab"
- Previous message: matt <email protected>: "[PHP-DEV] PHP 4.0 Bug #8469: function pdf_setlinewidth does not work at all."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

