Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6596 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76218 invoked by uid 1010); 19 Dec 2003 13:31:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76194 invoked from network); 19 Dec 2003 13:31:46 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 19 Dec 2003 13:31:46 -0000 Received: (qmail 23136 invoked from network); 19 Dec 2003 13:31:44 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 19 Dec 2003 13:31:44 -0000 Message-ID: <5.1.0.14.2.20031219153121.032efa38@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 19 Dec 2003 15:31:42 +0200 To: "Ford, Mike [LSS]" , PHP Internals List In-Reply-To: <841D90E489448A4F804E1D1B95768BF7D462F7@lis-exchange3.lmu.a c.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: RE: [PHP-DEV] error_handler From: andi@zend.com (Andi Gutmans) References: <841D90E489448A4F804E1D1B95768BF7D462F7@lis-exchange3.lmu.ac.uk> At 10:38 AM 12/19/2003 +0000, Ford, Mike [LSS] wrote: >On 18 December 2003 23:38, Andi Gutmans wrote: > > > At 10:17 PM 12/18/2003 +0100, Christian Schneider wrote: > > I agree wholeheartedly, especially since one can set > > reporting to E_ALL and > > then ignore whatever one likes but with the way it is now > > there is no way > > of not being called for everything. > >[...] > > > There seems to be some opposition to this fix. I don't quite > > understand why but if there is a true need, we might need an > > additional INI > > option such as > > custom_error_handler_error_reporting_mask which would be used. > >How about a new optional 2nd argument to set_error_handler? I think that could be a good idea. Andi