Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6600 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66034 invoked by uid 1010); 19 Dec 2003 14:20:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65962 invoked from network); 19 Dec 2003 14:20:20 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 19 Dec 2003 14:20:20 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hBJEKH6g020253; Fri, 19 Dec 2003 15:20:17 +0100 Date: Fri, 19 Dec 2003 15:20:17 +0100 (CET) X-X-Sender: derick@localhost To: Daniel Convissor cc: PHP Internals List In-Reply-To: <20031219141634.GA27956@panix.com> Message-ID: References: <841D90E489448A4F804E1D1B95768BF7D462F7@lis-exchange3.lmu.ac.uk> <20031219141634.GA27956@panix.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] error_handler From: derick@php.net (Derick Rethans) On Fri, 19 Dec 2003, Daniel Convissor wrote: > On Fri, Dec 19, 2003 at 10:38:00AM -0000, Ford, Mike [LSS] wrote: > > > > How about a new optional 2nd argument to set_error_handler? > > But then scripts written with the proposed second argument will not be > backwards compatable. It is when it's optional and the default is the current behavior. Derick