Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10127 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73441 invoked by uid 1010); 27 May 2004 23:38:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73402 invoked by uid 1007); 27 May 2004 23:38:05 -0000 Message-ID: <20040527233805.73401.qmail@pb1.pair.com> To: internals@lists.php.net 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> Date: Thu, 27 May 2004 16:38:05 -0700 Lines: 19 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Posted-By: 169.229.135.175 Subject: Re: [PHP-DEV] [patch] re-invoking default error handler From: pollita@php.net ("Sara Golemon") > > +0 > > > > No great harm in doing it, but for myself if I'm going to override the error > > handler, I'm going to override the entire error handler. > > The need that came up here was that people only wanted to use their error > handler for their own trigger_error()'ed errors. For normal PHP errors > they still wanted to use the default handler. This request does make some > sense, and hence Andrei's patch. > Nah, I know. I'm not saying I'm against it, all I'm saying is that noone will hear any objections from me. It puts an extra tool in the hands of the user at negligible cost and that's a good thing. All I meant by my comment was that it's a tool I don't ever see myself (personally) using. -Sara