Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66841 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36216 invoked from network); 27 Mar 2013 20:36:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Mar 2013 20:36:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.41 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-la0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:59136] helo=mail-la0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/31-30100-03853515 for ; Wed, 27 Mar 2013 15:36:01 -0500 Received: by mail-la0-f41.google.com with SMTP id fo12so16505843lab.14 for ; Wed, 27 Mar 2013 13:35:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=JH4/zZhksqjvP+2G/qOR1+L0+nhVUoQa5xJH7VoYwPc=; b=p7vir9KGjqDDA9qw25g8LyVmcbAVIK9WMW1dXt7WOX/Q03FSJgzWsS4ToEhlloZXiP +CbAXAeGBCySTeygQLe63ApX6HUs2jQvq4L27fQD3xVYXt1w6bxpbEimzrjXNT7c+Nbo RPKjxuxlncSv9jOOPfu2YHSaUyDmUJka8nNBXKu/oAWsLM6Z1xKtAYtqt8PLtk6deVVJ lAUhE3rzvG2XA6oGDh96z39sSyeFhq3G3/zSn1DdMzpyPEXYa5B+A2VXFs5vQfzxcpni lDuVsI8vh0/xgKbMjVAbC7hoZcu3JP7jSi2SYj79WdpCuNHnObNTQhZK3qVuK/2E2uuf f00A== MIME-Version: 1.0 X-Received: by 10.112.154.99 with SMTP id vn3mr10671245lbb.108.1364416557223; Wed, 27 Mar 2013 13:35:57 -0700 (PDT) Received: by 10.112.38.199 with HTTP; Wed, 27 Mar 2013 13:35:57 -0700 (PDT) In-Reply-To: <51533A7A.8060204@gmx.net> References: <1364337846.21443.58.camel@ghost> <51533A7A.8060204@gmx.net> Date: Wed, 27 Mar 2013 21:35:57 +0100 Message-ID: To: David Soria Parra Cc: Anatol Belski , David Soria Parra , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , Stas Malyshev , PHP Internals , jpauli Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: libmagic 5.14 upgrade From: pierre.php@gmail.com (Pierre Joye) On Wed, Mar 27, 2013 at 7:29 PM, David Soria Parra wrote: > 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. We have done that many times in the past for 5.3 and 5.4. It is relatively risk free. Even more for 5.5 during beta phase. It does not add new features but fixes bugs. The good side effect is that we can test it well with 5.5 and back port to 5.3/4 later. Cheers, -- Pierre @pierrejoye