On Wed, 31 Mar 2004 09:27:42 +0200 (CEST)
Derick Rethans <[EMAIL PROTECTED]> wrote:

> On Wed, 31 Mar 2004, Antony Dovgal wrote:
> 
> > Hi all!
> >
> > This small script:
> > <?
> >
> > class test {
> >     var $a = false;
> >     var $x = false;
> >
> >     function getA() {
> >             if (!$this->x) { // yep, I know, it's infinite loop
> 
> PHP always crashes on infinite loops as you might be aware off. You'll
> have to live with it.

And there is no workarounds at all?
(BTW, same results with PHP_4_3..)

---
WBR,
Antony Dovgal aka tony2001
[EMAIL PROTECTED] || [EMAIL PROTECTED]

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to