Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13684 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59568 invoked by uid 1010); 2 Nov 2004 13:02:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59498 invoked from network); 2 Nov 2004 13:02:59 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by pb1.pair.com with SMTP; 2 Nov 2004 13:02:59 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iA2D2w4a005805 for ; Tue, 2 Nov 2004 08:02:58 -0500 Received: from radish.cambridge.redhat.com (radish.cambridge.redhat.com [172.16.18.90]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iA2D2rr18685 for ; Tue, 2 Nov 2004 08:02:53 -0500 Received: from radish.cambridge.redhat.com (localhost.localdomain [127.0.0.1]) by radish.cambridge.redhat.com (8.12.10/8.12.7) with ESMTP id iA2D2qBs024477 for ; Tue, 2 Nov 2004 13:02:52 GMT Received: (from jorton@localhost) by radish.cambridge.redhat.com (8.12.10/8.12.10/Submit) id iA2D2qo0024476 for internals@lists.php.net; Tue, 2 Nov 2004 13:02:52 GMT Date: Tue, 2 Nov 2004 13:02:52 +0000 To: internals@lists.php.net Message-ID: <20041102130252.GG23025@redhat.com> Mail-Followup-To: internals@lists.php.net References: <20041102124632.GA24419@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] [PATCH] Zend_API.c error message tweak From: jorton@redhat.com (Joe Orton) On Tue, Nov 02, 2004 at 01:56:03PM +0100, Derick Rethans wrote: > On Tue, 2 Nov 2004, Joe Orton wrote: > > > HEAD/ext/spl is generating a warning at startup though it was hard to > > work out which extension was to blame without the below patch! > > > > PHP Warning: Function registration failed - duplicate name - > > InfiniteIterator::next in Unknown on line 0 > > I'd say feel free to commit this, if you also adjust the test cases that > might now fail due to the changed error messages. I don't have commit access to Zend - and I can't find any test cases which check for this error text. The test suite is failing all over the shop anyway because this error is printed on every invocation. joe