Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40882 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90053 invoked from network); 8 Oct 2008 20:38:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Oct 2008 20:38:19 -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:63709] helo=mail-gx0-f14.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/08-48736-93A1DE84 for ; Wed, 08 Oct 2008 16:38:18 -0400 Received: by gxk7 with SMTP id 7so8660447gxk.23 for ; Wed, 08 Oct 2008 13:38:13 -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:in-reply-to:mime-version:content-type:references; bh=acOsmXuiKlJMvgZrFq8bplq/Qp4+4zR0fP4Os94dbY4=; b=DdXEGyF6WtUUjSHZPO7Xwnikwz/yu+B35FVGF48dhGKbP8gFIVTBKHTPxAVttOeWdD uBnhXZvCRP8VfezyLZa3jEIH7EVnCCRNTgP33vCR4tP3jhHX58Kwm9u6SbVkI1A2bogw P907YaiouBYN9iz7Z/gIBnO7ZtpcVi261Viq0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=XasO7JEHbTTv+97U5AUV+3bxmF0vr0BCPdHtOgFDY1vnAnN/FcR4KL0XPIvJGMgHTb RRaaspmUe5f5uNDLXnJJLhlqCI3S219E+QfQ2szL3AaFKrHvvCSWRwxG18JevxHmFUrH rbJKQI/BnI3uNStprmei+mGA7SffjygH5uapg= Received: by 10.151.113.11 with SMTP id q11mr12001708ybm.25.1223498293880; Wed, 08 Oct 2008 13:38:13 -0700 (PDT) Received: by 10.151.144.11 with HTTP; Wed, 8 Oct 2008 13:38:13 -0700 (PDT) Message-ID: Date: Wed, 8 Oct 2008 14:38:13 -0600 To: "PHP internals" In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11176_1094510.1223498293877" References: Subject: Re: [PATCH] Fix bug #46146 From: ilia.cheishvili@gmail.com ("Ilia Cheishvili") ------=_Part_11176_1094510.1223498293877 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline What did we decide to do about this patch? I noticed that it never got any feedback about the actual patch. Could someone take a look? Thanks! Ilia On Sun, Sep 28, 2008 at 4:48 PM, 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 :) > > Ilia > ------=_Part_11176_1094510.1223498293877--