Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13117 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90569 invoked by uid 1010); 3 Oct 2004 12:38:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90533 invoked from network); 3 Oct 2004 12:38:24 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 3 Oct 2004 12:38:24 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i93CcOeD009676 for ; Sun, 3 Oct 2004 14:38:24 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i93CcI4P009652; Sun, 3 Oct 2004 14:38:18 +0200 Date: Sun, 3 Oct 2004 14:38:24 +0200 (CEST) X-X-Sender: derick@localhost To: Olaf van der Spek cc: internals@lists.php.net In-Reply-To: <20041003092545.47146.qmail@pb1.pair.com> Message-ID: References: <20041003092545.47146.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdimedia.nl Subject: Re: [PHP-DEV] PHP (anti) crash policy? From: derick@php.net (Derick Rethans) On Sun, 3 Oct 2004, Olaf van der Spek wrote: > What is the PHP policy regaring crashes and fatal errors? > Are scripts allowed to cause a crash or fatal error of Apache/PHP itself? Only on a stack overflow, as in: function a() { a(); } a(); Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org