Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8843 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51195 invoked by uid 1010); 31 Mar 2004 07:45:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51161 invoked from network); 31 Mar 2004 07:45:41 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 31 Mar 2004 07:45:41 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i2V7jevl012166; Wed, 31 Mar 2004 09:45:40 +0200 Date: Wed, 31 Mar 2004 09:45:38 +0200 (CEST) X-X-Sender: derick@localhost To: Antony Dovgal cc: internals@lists.php.net In-Reply-To: <20040331113234.46863959.tony2001@phpclub.net> Message-ID: References: <20040331110649.4004014e.tony2001@phpclub.net> <20040331113234.46863959.tony2001@phpclub.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Segfault in HEAD From: derick@php.net (Derick Rethans) On Wed, 31 Mar 2004, Antony Dovgal wrote: > > 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..) Just don't make infinite loops? :) Derick