Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66998 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35796 invoked from network); 7 Apr 2013 17:47:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2013 17:47:35 -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:59073] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/20-34493-431B1615 for ; Sun, 07 Apr 2013 13:47:35 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 4E47F6FCBED; Sun, 7 Apr 2013 19:47:24 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.5 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.1 Received: from [192.168.178.41] (dslb-094-216-048-156.pools.arcor-ip.net [94.216.48.156]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 137BC9145CB; Sun, 7 Apr 2013 19:47:16 +0200 (CEST) To: Stas Malyshev Cc: Pierre Joye , David Soria Parra , Johannes =?ISO-8859-1?Q?Schl=FCter?= , PHP Internals , jpauli In-Reply-To: <5160B9F2.5080806@sugarcrm.com> References: <1364337846.21443.58.camel@ghost> <51533A7A.8060204@gmx.net> <51536022.5080202@gmx.net> <1364836405.2855.16.camel@ghost> <5160B9F2.5080806@sugarcrm.com> Content-Type: text/plain; charset="UTF-8" Date: Sun, 07 Apr 2013 19:44:52 +0200 Message-ID: <1365356692.2351.11.camel@atom.net> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: libmagic 5.14 upgrade From: ab@php.net (Anatoliy Belsky) Hi, Am Samstag, den 06.04.2013, 17:12 -0700 schrieb Stas Malyshev: > Looks ok, but I have one question - we have libmagic.patch file there > which as I understand is supposed to be diff between "our" libmagic and > upstream libmagic. But this patch does not update it. Is it intentional? > Will it be updated later? Of course I'll update libmagic.patch before commiting, that's just a diff command. Didn't do it as that's redundant to ext/fileinfo/libmagic part in the patch I've sent. Thanks for taking time. Anatol