Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8845 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75943 invoked by uid 1010); 31 Mar 2004 18:17:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75919 invoked from network); 31 Mar 2004 18:17:47 -0000 Received: from unknown (HELO mail.mbobo.org) (213.133.123.182) by pb1.pair.com with SMTP; 31 Mar 2004 18:17:47 -0000 Received: from localhost (localhost [127.0.0.1]) by mail.mbobo.org (Postfix) with ESMTP id 1521E57689F; Wed, 31 Mar 2004 20:17:47 +0200 (CEST) Received: from mail.mbobo.org ([127.0.0.1]) by localhost (debian [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10027-08; Wed, 31 Mar 2004 20:17:46 +0200 (CEST) Received: from [10.200.1.52] (adsl-68-120-96-254.dsl.sntc01.pacbell.net [68.120.96.254]) by mail.mbobo.org (Postfix) with ESMTP id 57B79576898; Wed, 31 Mar 2004 20:17:45 +0200 (CEST) In-Reply-To: References: <20040331110649.4004014e.tony2001@phpclub.net> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: Antony Dovgal , internals@lists.php.net Date: Wed, 31 Mar 2004 10:17:43 -0800 To: Derick Rethans X-Mailer: Apple Mail (2.613) X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at mbobo.org Subject: Re: [PHP-DEV] Segfault in HEAD From: sterling@php.net (Sterling Hughes) php5 shouldn't crash _at all_ within an infinite loop because we aren't in one big execution loop. -sterling On Mar 30, 2004, at 11:27 PM, 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. > > regards, > Derick > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >