Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10138 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80591 invoked by uid 1010); 28 May 2004 07:11:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80474 invoked from network); 28 May 2004 07:11:14 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 28 May 2004 07:11:14 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i4S7BDtZ023194; Fri, 28 May 2004 09:11:14 +0200 Date: Fri, 28 May 2004 09:11:09 +0200 (CEST) X-X-Sender: derick@localhost To: Bert Slagter cc: internals@lists.php.net In-Reply-To: <20040528061941.18048.qmail@pb1.pair.com> Message-ID: References: <20040527155047.GA36904@gravitonic.com> <20040527184929.GB23166@csh.rit.edu> <20040527190601.45769.qmail@pb1.pair.com> <20040527200440.GA38203@gravitonic.com> <20040527213949.29052.qmail@pb1.pair.com> <20040527225223.GA38890@gravitonic.com> <20040527230203.72676.qmail@pb1.pair.com> <20040528061941.18048.qmail@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] [patch] re-invoking default error handler From: derick@php.net (Derick Rethans) On Fri, 28 May 2004, Bert Slagter wrote: > You can't handle all errorlevels with a custom error handler, at the > moment E_STRICT (why this one by the way?), E_ERROR, E_PARSE, > E_CORE_ERROR, E_CORE_WARNING, E_COMPILE_ERROR and E_COMPILE_WARNING > cannot be handled. So I can understand that one decides to leave > E_NOTICE and E_WARNING to PHP as well and only handles E_USER_* himself. E_STRICT can not be handled you say, can you give a small example script on that? regards, Derick