Dear Sean,
Your resume indicates that you have a wealth of skills that can be applied
to this problem. It would also seem that you understand the open source
ethic. Why would you not look at solving the problem yourself?
--zak
----- Original Message -----
From: "Sean R. Bright" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 06, 2001 3:17 PM
Subject: RE: [PHP-DEV] PHP 4.0 Bug #9136: simple script with infinite
function calls causes seg fault
> <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]
>
>
--
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]