Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33523 invoked by uid 1010); 12 Dec 2005 00:03:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33507 invoked from network); 12 Dec 2005 00:03:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2005 00:03:44 -0000 X-Host-Fingerprint: 194.109.253.196 mediawave.xs4all.nl Received: from ([194.109.253.196:6854] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B4/1E-49905-D3EBC934 for ; Sun, 11 Dec 2005 19:03:09 -0500 To: internals@lists.php.net,Robert Cummings Message-ID: <439CBE1D.6020003@mediawave.nl> Date: Mon, 12 Dec 2005 01:02:37 +0100 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <1134339999.24194.33.camel@blobule.suds> <1134341705.24194.42.camel@blobule.suds> In-Reply-To: <1134341705.24194.42.camel@blobule.suds> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 194.109.253.196 Subject: Re: [PHP-DEV] Bogus bug?? From: bart@mediawave.nl (Bart de Boer) Robert Cummings wrote: > On Sun, 2005-12-11 at 17:26, Robert Cummings wrote: > > Could someone explain to my feeble mind how the bug reported at the > following link is bogus? The added comment is pretty obtuse :( > > http://bugs.php.net/bug.php?id=35634&edit=2 > > Thanks, > Rob. It looks like each time your errorHandler function is called it is trying to (re)declaring ErrorClass, causing the error. If you take require_once('errorClass.php'); out of the errorHandler function, it works as expected. Bart