Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40884 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7107 invoked from network); 9 Oct 2008 09:08:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2008 09:08:04 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.158 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.158 fg-out-1718.google.com Received: from [72.14.220.158] ([72.14.220.158:23243] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/BC-48736-3F9CDE84 for ; Thu, 09 Oct 2008 05:08:04 -0400 Received: by fg-out-1718.google.com with SMTP id 16so3259203fgg.23 for ; Thu, 09 Oct 2008 02:08:01 -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 :content-transfer-encoding:content-disposition:references; bh=l4hGPrx0sKoR7lh863OAWO0Ktr1u+5jWljmcy/ZA4WA=; b=HjkBvW75Yzz1JvwxPOgHF0unPIB6vuK2CfkQYjpHfOy/1PJcLAj2HYHQ2cYxsvJxAf iGGDZpuM1EeYKD6dna6HmPgxoJR/R6aVVIi0kqQ0dXhDeP29wop+tWxdRK6qYfBQSFBg tEKUitsW4YKh/Dbxrq/J1E0r/PylAWeMli4hk= 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:content-transfer-encoding:content-disposition :references; b=rW4x5irNcOMD3wkZW22R4sQLPmABccZU3NWeu+ckkdeRK9B2dX1KMouxuBmJ7rT3qj jbgGQVXea15mTYsrwNZQoKxQXPUhyDYZ8aBXzUzeod+WGWpqSa39FtXwd3Che7xWalwT o8OUUWXE4ymur/qeuuYLPdsTCl1kEVD/siL3I= Received: by 10.187.189.7 with SMTP id r7mr1745619fap.34.1223543280921; Thu, 09 Oct 2008 02:08:00 -0700 (PDT) Received: by 10.187.218.19 with HTTP; Thu, 9 Oct 2008 02:08:00 -0700 (PDT) Message-ID: <2dedb8a0810090208r5c6e778eh26b124b0852916bd@mail.gmail.com> Date: Thu, 9 Oct 2008 11:08:00 +0200 To: "Ilia Cheishvili" Cc: "PHP internals" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] Re: [PATCH] Fix bug #46146 From: kalle.php@gmail.com ("Kalle Sommer Nielsen") Hi Ilia 2008/10/8 Ilia Cheishvili : > 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! This bug was fixed 5 days ago by Arnaud, which abit different patch: http://news.php.net/php.cvs/53362 > > 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 >> > -- Kalle Sommer Nielsen