<sarcasm>
Yes, I found this feature of PHP quite useful when I wanted to crash the
server.  There are many places on the web that you can download these very
useful applications that call functions infinitely.  The applications for
this type of code are innumerable.
</sarcasm>

Sean
--
===================================================================
Sean Bright
[EMAIL PROTECTED] / [EMAIL PROTECTED] / http://www.seanbright.com/
===================================================================

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 06, 2001 5:18 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DEV] PHP 4.0 Bug #9136: simple script with infinite
> function calls causes seg fault
>
>
> From:             [EMAIL PROTECTED]
> Operating system: red hat 7.0
> PHP version:      4.0.4pl1
> PHP Bug Type:     Reproduceable crash
> Bug description:  simple script with infinite function calls
> causes seg fault
>
> -------------------
> <%
>
> function a () {
>     b();
> }
>
> function b () {
>     a();
> }
>
> a();
>
> %>
>
> <h1>done</h1>
> ---------------------
>
> The simple script above causes a seg fault.  If you need more
> info on configuration etc please mail me.  We made this
> simple example from a more compilcated instance.  This bug
> was also present in 4.0.3pl1, we upgraded to try and stop the
> seg fault...
>
> thanks!
>
>
> --
> Edit Bug report at: http://bugs.php.net/?id=9136&edit=1
>
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
> [EMAIL PROTECTED]
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to