Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40748 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69938 invoked from network); 28 Sep 2008 22:57:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Sep 2008 22:57:55 -0000 Authentication-Results: pb1.pair.com header.from=ilia.cheishvili@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=ilia.cheishvili@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.14 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ilia.cheishvili@gmail.com X-Host-Fingerprint: 209.85.217.14 mail-gx0-f14.google.com Received: from [209.85.217.14] ([209.85.217.14:60859] helo=mail-gx0-f14.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/92-53562-2FB00E84 for ; Sun, 28 Sep 2008 18:57:54 -0400 Received: by gxk7 with SMTP id 7so9803121gxk.23 for ; Sun, 28 Sep 2008 15:57:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=QdXRLMTnKFXGNH6pss4Axe80FamFHjDmmHhN8tHDH34=; b=NzPAnncm927h40H4hwtqEVq5ILCivnu4fpqqSWLhLMBtVoZRhHmeWZdfBFZAw0C1bz msYhppRkPAfXi9Hufd6Lzzm3AckpvCDcIZZhzVs6KKr3aO8yl5JymvxTQ6adpq1GMmKf 8HIKa3SI2j/U9uXEuSUWM8qppleKtSb61j5H8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=d49TaLNOwdFTkZuy85GplTF2FykbC3LkaL7sbFdbVNwNxJ9zLGal2wuBAgyY8qgyJc LVvzoAoXVLgJCuYhO9/qCADtyUwY/707reRnJV89hTFpBM/gKiPr7fvShPeuU2kkruas U/NxJ2+8U911OOxopKQ2QRqxbOgZLLK0oJ5UI= Received: by 10.151.146.18 with SMTP id y18mr6615565ybn.174.1222642671482; Sun, 28 Sep 2008 15:57:51 -0700 (PDT) Received: by 10.151.144.11 with HTTP; Sun, 28 Sep 2008 15:57:51 -0700 (PDT) Message-ID: Date: Sun, 28 Sep 2008 16:57:51 -0600 To: "Pierre Joye" Cc: "PHP internals" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_28892_29788685.1222642671452" References: Subject: Re: [PHP-DEV] [PATCH] Fix bug #46146 From: ilia.cheishvili@gmail.com ("Ilia Cheishvili") ------=_Part_28892_29788685.1222642671452 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry for that! I transposed two characters. The right bug # is 46164. I'll add the patch to the bug as well. Ilia On Sun, Sep 28, 2008 at 4:54 PM, Pierre Joye wrote: > hi Ilia! > > On Mon, Sep 29, 2008 at 12:48 AM, Ilia Cheishvili > wrote: > > There is a bug in stream_filter_remove() that calls the stream destructor > > when it shouldn't. I have included two attachments--one is the patch to > > streamsfuncs.c and the other is a test. > > > > Take a look :) > > Wrong bug #, can you post the right # please? It would help to have > the patch (link) in the bug report as well :) > > Thanks for your work! > > Cheers, > -- > Pierre > http://blog.thepimp.net | http://www.libgd.org > ------=_Part_28892_29788685.1222642671452--