Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60448 invoked by uid 1010); 18 Dec 2003 18:20:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60413 invoked from network); 18 Dec 2003 18:20:38 -0000 Received: from unknown (HELO matrix.gna.ch) (195.226.6.8) by pb1.pair.com with SMTP; 18 Dec 2003 18:20:38 -0000 Received: from localhost (localhost [127.0.0.1]) by matrix.gna.ch (Postfix) with ESMTP id 28B34165; Thu, 18 Dec 2003 19:20:38 +0100 (CET) Received: by matrix.gna.ch (Postfix, from userid 65534) id ED6101D0; Thu, 18 Dec 2003 19:20:36 +0100 (CET) Received: from cschneid.com (unknown [195.226.4.61]) by matrix.gna.ch (Postfix) with ESMTP id E63FF165; Thu, 18 Dec 2003 19:20:32 +0100 (CET) Message-ID: <3FE1EFF0.3040208@cschneid.com> Date: Thu, 18 Dec 2003 19:20:32 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031009 X-Accept-Language: de-ch, de, en-us, en MIME-Version: 1.0 To: Derick Rethans Cc: Greg Beaver , Daniel Convissor , PHP Internals List References: <20031218124303.18e22274.paj@pearfr.org> <20031218140527.GA26390@panix.com> <3FE1D96B.3090308@chiaraquartet.net> <20031218170305.GA16670@panix.com> <3FE1DEF9.4060705@chiaraquartet.net> <20031218171530.GA17635@panix.com> <3FE1E318.3060004@cschneid.com> <3FE1E851.6090803@chiaraquartet.net> In-Reply-To: X-Enigmail-Version: 0.76.7.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on matrix.gna.ch X-Spam-Level: X-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.61 X-Virus-Scanned: by AMaViS Ultramail snapshot-20020531 Subject: Re: error_handler, was [PHP-DEV] B3, pear segfault, and msgs about deprecated From: cschneid@cschneid.com (Christian Schneider) Derick Rethans wrote: > It won't bork all scripts with a custom errorhandler if their default > action is to ignore core and other errors but only handle the ones they > should handle. I do agree that it should be mentioned in the changes > file though. On the other hand you have to be very careful (another way of saying 'avoid') using custom error_handlers anyway because http://bugs.php.net/bug.php?id=25547 will break your application. Still there in PHP 5.0.0b3RC1 - Chris