Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25994 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28766 invoked by uid 1010); 8 Oct 2006 14:42:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28751 invoked from network); 8 Oct 2006 14:42:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Oct 2006 14:42:53 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.188 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.182.188 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.188] ([64.233.182.188:54739] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/D9-53364-B6E09254 for ; Sun, 08 Oct 2006 10:42:53 -0400 Received: by nf-out-0910.google.com with SMTP id l24so1633616nfc for ; Sun, 08 Oct 2006 07:42:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Rh3PaE09enccF4Vm6eqh1ZbVh0afR6Bc9LTw6fiJM9kjOenANO6aPZ9ivRa+Qxs9KxMD0yPwWX/9xX+IhKDmhGUb7u5tZaYbX5rT2RsvNW22EQf5PIyH/or3+aRbH1shOmfihKgWkFzB92VxIjH2b97mJZd+jq1bgD/Nc2caB+M= Received: by 10.49.55.13 with SMTP id h13mr429596nfk; Sun, 08 Oct 2006 07:42:49 -0700 (PDT) Received: by 10.48.212.10 with HTTP; Sun, 8 Oct 2006 07:42:49 -0700 (PDT) Message-ID: <7f3ed2c30610080742l542dbbachae638f98cdb882d0@mail.gmail.com> Date: Sun, 8 Oct 2006 16:42:49 +0200 To: Pierre Cc: "PHP Internals List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7f3ed2c30610080716r67bb3d9bl608a54fcc3c0cda6@mail.gmail.com> Subject: Re: [PHP-DEV] imagefilter() duplicate "wrong param count" message From: hannes.magnusson@gmail.com ("Hannes Magnusson") On 10/8/06, Pierre wrote: > Hello, > > On 10/8/06, Hannes Magnusson wrote: > > imagefilter() currently throws double "wrong param count" error. > > Attached is a patch for HEAD that fixes it. > > You just asked me on IRC and I told you to post one patch to fix all > similar issues at once. Why are you posting this question here again? Because I've already fixed all the others (I could find). Everyone seem to be happy about it. Since you've been flaming me for every single commit I make into ext you are involved with I decided to post the patch here (as per your request). -Hannes