Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74636 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99630 invoked from network); 29 May 2014 17:41:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2014 17:41:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:45310] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 88/1F-07154-C3177835 for ; Thu, 29 May 2014 13:41:16 -0400 Received: by mail-ob0-f170.google.com with SMTP id uy5so669238obc.1 for ; Thu, 29 May 2014 10:41:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dHcUPhY7ewOWdBjfHU4vq6Vwgbf7SbP1SJMENUGrrKo=; b=KuYn1IogB5DkSkycyjfo9OF78A75LsFIZ7Z2rAm1rFCEUAbESXZbheDaMSNNMvh3o3 SSGx0/YWUmYbfLT2Po+fJMEUgvGKXpzxjaTqpo0fI5mNZ6jjNPfcaipTmq627Gfylrui eLTzVnNJw91FWuleUxR8/RMSYOqYHC05MSxwgabUrZ3FuTmPa5LGMXUkDZh7MlZcniIV PxQPPOs4LMRI7kR3G05Dn3BGxBhs4ASJMgBL1WVPqnABwvpgkWj+Vqps8YcJjHTse1A2 /2YAFFQenDd9EwzgQAAFdzg9oXg7dvw+yNnHi84TTw1jcLyPQFc4FG+m50uOS8TZEY2W e2Xw== MIME-Version: 1.0 X-Received: by 10.60.39.166 with SMTP id q6mr10736173oek.20.1401385274142; Thu, 29 May 2014 10:41:14 -0700 (PDT) Received: by 10.76.77.100 with HTTP; Thu, 29 May 2014 10:41:14 -0700 (PDT) In-Reply-To: References: <2DC459EE-AE98-4CAE-977A-6FB918FDEF54@bafford.com> <537EA42B.4000000@lerdorf.com> Date: Thu, 29 May 2014 11:41:14 -0600 Message-ID: To: Adam Harvey Cc: Nikita Popov , John Bafford , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Bison 3 support for PHP 5.5 From: morrison.levi@gmail.com (Levi Morrison) On Thu, May 29, 2014 at 11:21 AM, Adam Harvey wrote: > On 28 May 2014 08:06, Nikita Popov wrote: >> On Wed, May 28, 2014 at 1:41 PM, Derick Rethans wrote: >> >>> On Fri, 23 May 2014, Julien Pauli wrote: >>> >>> > That's a no-go for 5.5. >>> > 5.5 is stable, 1year old (at this email date), and we should not >>> > change such a thing into this stable branch. >>> >>> Right, but it's going to be supported for at least another year. And >>> right now, on the latest Ubuntu's with only bison 3 you can't actually >>> build it. Because of that, a patch like this should absolutely be >>> considered. >> >> The patch (as proposed) changes the ABI for zendlex and zendparse. As such >> I don't think it's applicable to PHP 5.5 in this form. > > Agreed, but as Derick said, there's definitely an argument for some > sort of Bison 3 compatibility in 5.5. My $0.02: don't touch PHP 5.5. I think it is reasonable to expect people to install a new version of a piece of software if their OS doesn't ship it by default. Mac OS X users have to do this all the time anyway.