Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67507 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78341 invoked from network); 24 May 2013 21:38:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2013 21:38:22 -0000 Authentication-Results: pb1.pair.com header.from=ab@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.73.107 as permitted sender) X-PHP-List-Original-Sender: ab@php.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:60844] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/62-64297-ACDDF915 for ; Fri, 24 May 2013 17:38:22 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 26BE56BC775; Fri, 24 May 2013 23:38:16 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from [192.168.178.7] (dslb-188-110-172-026.pools.arcor-ip.net [188.110.172.26]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 8DE1E6BC773; Fri, 24 May 2013 23:38:13 +0200 (CEST) To: David Soria Parra Cc: "internals@lists.php.net" In-Reply-To: <519FDB6E.6050206@gmx.net> References: <519FDB6E.6050206@gmx.net> Content-Type: text/plain; charset="UTF-8" Date: Fri, 24 May 2013 23:38:09 +0200 Message-ID: <1369431489.29536.4.camel@ghost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Subject: Re: About fileinfo test.mp3 From: ab@php.net (Anatol Belski) Hi David, On Fri, 2013-05-24 at 23:28 +0200, David Soria Parra wrote: > Hi Anatol, > > I saw your commit 74555e7c26b2c61bb8e67b7d6a6f4d2b8eb3a5f3 added a 4mb > mp3 file. Is it possible to create a much smaller mp3 that helps to > reproduce the same bug? The file blows up the taball file for the final > release, which I hope to keep as small as possible. > > Thanks in advance, > David yep, I'm working on that currently. That file was additionally reported as containing some copyrighted song. Never looked inside though :) . I'll fix that at least by tomorrow. Regards Anatol