Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9325 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44704 invoked by uid 1010); 17 Apr 2004 12:00:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44609 invoked from network); 17 Apr 2004 12:00:11 -0000 Received: from unknown (HELO xaxa.search.ch) (195.141.85.118) by pb1.pair.com with SMTP; 17 Apr 2004 12:00:11 -0000 Received: from localhost (localhost [127.0.0.1]) by xaxa.search.ch (Postfix) with ESMTP id 019206CF9D; Sat, 17 Apr 2004 14:00:11 +0200 (CEST) Received: by xaxa.search.ch (Postfix, from userid 65534) id EAE0B6DB27; Sat, 17 Apr 2004 14:00:09 +0200 (CEST) Received: from cschneid.com (ultrafilter2-i [192.168.85.3]) by xaxa.search.ch (Postfix) with ESMTP id 5E8C26CF9D; Sat, 17 Apr 2004 14:00:09 +0200 (CEST) Message-ID: <40811C48.408@cschneid.com> Date: Sat, 17 Apr 2004 14:00:08 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 X-Accept-Language: de-ch, de, en-us, en MIME-Version: 1.0 To: Jason Garber Cc: internals@lists.php.net References: <5.1.0.14.0.20040417050639.0264ce30@mail.ionzoft.com> In-Reply-To: <5.1.0.14.0.20040417050639.0264ce30@mail.ionzoft.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on xaxa.search.ch X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Virus-Scanned: by AMaViS 0.3.12pre8 Subject: set_error_handler From: cschneid@cschneid.com (Christian Schneider) Jason Garber wrote: > Don't forget that some users make use of set_error_handler(). This Which reminds me that the documentation should be updated to reflect the additional parameter error_types to set_error_handler. (Without it you end up calling the user error handler *lots* even if you disabled E_NOTICE for error_reporting). Maybe the test case at http://cschneid.com/php/php5/set_error_handler.phpt could also be added to the distribution. - Chris