Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74587 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28074 invoked from network); 28 May 2014 15:06:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2014 15:06:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.42 mail-oa0-f42.google.com Received: from [209.85.219.42] ([209.85.219.42:59750] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/E4-02991-16BF5835 for ; Wed, 28 May 2014 11:06:10 -0400 Received: by mail-oa0-f42.google.com with SMTP id j17so11368098oag.29 for ; Wed, 28 May 2014 08:06:07 -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=uLkzDOL3JPvktc+fm3wTF1InSkD4BtlhIfHZHCyFEAo=; b=coSNrBYy0RwGujOwF58JvPvQ1Wy6p3+MzkMWskZleVCpL4joLqfM8p4Rr9/FdD3qNH syyiXgVpgFwc2TP6Ifwr31OuyA0gs9IB1bnRedghD780I2YYKh37b+PB3/vek1ZupYNs Qs/rf1ip+zx0mIvvBA2LP3OGkfsydslM8oQCA4pMvw/8lcwWtoanDmvhXqR+ekfHzfoq rqUnHvBurkidFdnZigtNnwRqpbFa+5U/1IleGTXvcEC1KuRwTdHg+lhO0NBMVZKsDCSI bdIcoZo8WfaMAlmKQM480dg93f21Loq8roBjEFNLKzWuCM4/wRRAwdQ5mdLy0avqHuMT MoyQ== MIME-Version: 1.0 X-Received: by 10.182.66.202 with SMTP id h10mr302587obt.38.1401289567400; Wed, 28 May 2014 08:06:07 -0700 (PDT) Received: by 10.182.165.69 with HTTP; Wed, 28 May 2014 08:06:07 -0700 (PDT) In-Reply-To: References: <2DC459EE-AE98-4CAE-977A-6FB918FDEF54@bafford.com> <537EA42B.4000000@lerdorf.com> Date: Wed, 28 May 2014 17:06:07 +0200 Message-ID: To: Derick Rethans Cc: Julien Pauli , Pierre Joye , John Bafford , Rasmus Lerdorf , PHP internals , Ferenc Kovacs Content-Type: multipart/alternative; boundary=089e0160c34ee479b704fa772618 Subject: Re: [PHP-DEV] Bison 3 support for PHP 5.5 From: nikita.ppv@gmail.com (Nikita Popov) --089e0160c34ee479b704fa772618 Content-Type: text/plain; charset=UTF-8 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. > > cheers, > Derick > 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. Nikita --089e0160c34ee479b704fa772618--