php-developer-list | 2001122
Date: 12/31/01
- Next message: webmaster <email protected>: "[PHP-DEV] Bug #14777 Updated: Style Sheets not interpreted when sent through Apache/PHP"
- Previous message: Markus Fischer: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- In reply to: roberto <email protected>: "[PHP-DEV] Bug #14778: Function self-caller crash php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 14778
Updated by: mfischer
Reported By: roberto <email protected>
Old Status: Open
Status: Bogus
Bug Type: Reproducible crash
Operating System: windows ME
PHP Version: 4.1.0
New Comment:
a) known b) just one of zillion ways to dos c) expected d) won't be fixed soon/never e) bogus
Previous Comments:
------------------------------------------------------------------------
[2001-12-30 21:28:24] roberto <email protected>
It's not a Bug, but crash PHP. Maybe it's proposital way to prevent a type of DoS.
Sometimes it's usefull or it's need use a function that call itself. An example is a recursive array routine.
<?PHP
function crash($foo) {
crash($foo);
}
crash("foo");
?>
What I like to show is: windows crash PHP when this code run. This is expected or the right is show a Fatal Error mensage?
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=14778&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: webmaster <email protected>: "[PHP-DEV] Bug #14777 Updated: Style Sheets not interpreted when sent through Apache/PHP"
- Previous message: Markus Fischer: "Re: [PHP-DEV] Bug #14120 Updated: libtool needs help."
- In reply to: roberto <email protected>: "[PHP-DEV] Bug #14778: Function self-caller crash php"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

