Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8842 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19736 invoked by uid 1010); 31 Mar 2004 07:32:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 19672 invoked from network); 31 Mar 2004 07:32:27 -0000 Received: from unknown (HELO is.magroup.ru) (213.33.179.242) by pb1.pair.com with SMTP; 31 Mar 2004 07:32:27 -0000 Received: from localhost.localdomain ([192.168.3.226]) by is.magroup.ru with Microsoft SMTPSVC(5.0.2195.6713); Wed, 31 Mar 2004 11:32:34 +0400 Date: Wed, 31 Mar 2004 11:32:34 +0400 To: Derick Rethans Cc: internals@lists.php.net Message-ID: <20040331113234.46863959.tony2001@phpclub.net> In-Reply-To: References: <20040331110649.4004014e.tony2001@phpclub.net> X-Mailer: Sylpheed version 0.9.10cvs6 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 31 Mar 2004 07:32:34.0500 (UTC) FILETIME=[55776040:01C416F2] Subject: Re: [PHP-DEV] Segfault in HEAD From: tony2001@phpclub.net (Antony Dovgal) On Wed, 31 Mar 2004 09:27:42 +0200 (CEST) Derick Rethans 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 tony2001@phpclub.net || antony@dovgal.com