Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66838 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22092 invoked from network); 27 Mar 2013 18:29:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Mar 2013 18:29:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=dsoria@gmx.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dsoria@gmx.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.net designates 212.227.17.20 as permitted sender) X-PHP-List-Original-Sender: dsoria@gmx.net X-Host-Fingerprint: 212.227.17.20 mout.gmx.net Received: from [212.227.17.20] ([212.227.17.20:60807] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5F/AE-30100-08A33515 for ; Wed, 27 Mar 2013 13:29:21 -0500 Received: from mailout-de.gmx.net ([10.1.76.30]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0M5aK6-1UaV2D1ps0-00xbQ8 for ; Wed, 27 Mar 2013 19:29:17 +0100 Received: (qmail invoked by alias); 27 Mar 2013 18:29:17 -0000 Received: from p4FE3B6C5.dip.t-dialin.net (EHLO achird.localdomain) [79.227.182.197] by mail.gmx.net (mp030) with SMTP; 27 Mar 2013 19:29:17 +0100 X-Authenticated: #235172 X-Provags-ID: V01U2FsdGVkX1/ZIAVfQE7ZVLQonYaU0oy8fyRTNsNXCPNeyNSND9 CU0T/dNmS7E6d+ Message-ID: <51533A7A.8060204@gmx.net> Date: Wed, 27 Mar 2013 19:29:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Anatol Belski CC: David Soria Parra , =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= , Stas Malyshev , PHP Internals , jpauli References: <1364337846.21443.58.camel@ghost> In-Reply-To: <1364337846.21443.58.camel@ghost> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: libmagic 5.14 upgrade From: dsoria@gmx.net (David Soria Parra) On 03/26/2013 11:44 PM, Anatol Belski wrote: > What +/- I personally see upgrading this at this time: > > contra: > - there might be bugs, the next release might have not all them fixed > - 5.11 is what the latest linux exts have even as dev > - older/custom magic files might be incompatible > > pro: > - latest libmagic data > - better safety for the future > - in a year all that libs are for sure upgraded in the main distros > - further upgrades can be better handled HI Anatol, thanks for putting this patch together. However as we already reached feature freeze and we are will have beta2 tomorrow I think it's a bit too late for so much new code. I cannot really judge the sideeffects of this upgrade and would prefer to be strict about the feature freeze. So please do not update the library unless Stas decides that he wants to do it in 5.4, in that case I have to go with his decision. David