Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74468 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16537 invoked from network); 23 May 2014 17:48:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2014 17:48:28 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.170 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.128.170 mail-ve0-f170.google.com Received: from [209.85.128.170] ([209.85.128.170:49892] helo=mail-ve0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/F8-01753-BE98F735 for ; Fri, 23 May 2014 13:48:27 -0400 Received: by mail-ve0-f170.google.com with SMTP id db11so6751271veb.1 for ; Fri, 23 May 2014 10:48:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=nTNuIKQ7j3d5mpvE6zTZVZ3LH1zgjWrNO5AohoSYmis=; b=PKuYnDaP1IIGn2urut3e3Xms414/zHdIRg9URxS1tukR9xYva+2F6OgVFETI2xWDU7 BREkVkX5SRHt5qs/QqbY1g6b1Qqphx7KBOEHvUiA0XnQeeGuiUVGy6PF6ecaoy52yRx2 G1C24ymbJeDhOoy6Ispsz0ogpx08U7zZgxXInOIQ05yYzBFzL3J0Tu/QsV58eijEwlxs w/pf7MzdMgPS2r1r5WZnZ+0PzcV7UCpqj2SZr+0oOui1jpZLN2K0StKVmWih2irpaHET UScqGGDqwYA2jnzkG9MA/tBMbUuugNQFWEYtZD9ymXxbetz8z4uP5EgsUoubu4P0PaQ6 r7Ow== X-Received: by 10.58.127.101 with SMTP id nf5mr1847789veb.50.1400867304340; Fri, 23 May 2014 10:48:24 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.81.68 with HTTP; Fri, 23 May 2014 10:47:44 -0700 (PDT) In-Reply-To: References: <2DC459EE-AE98-4CAE-977A-6FB918FDEF54@bafford.com> <537EA42B.4000000@lerdorf.com> Date: Fri, 23 May 2014 19:47:44 +0200 X-Google-Sender-Auth: TqGJ8vZG879e2ducsFJQmhkskXc Message-ID: To: Pierre Joye Cc: Ferenc Kovacs , Rasmus Lerdorf , PHP internals , John Bafford Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Bison 3 support for PHP 5.5 From: jpauli@php.net (Julien Pauli) On Fri, May 23, 2014 at 7:31 PM, Pierre Joye wrote: > > On May 23, 2014 7:28 PM, "Ferenc Kovacs" wrote: >> >> > >> I would be fine with this change, even it happens after the first RC, >> given that it could only affect people, who are building php from source and >> not using the official release tarballs. > > I think it is fine for 5.6 as well. > > However issues can also happen in the generated files. We experienced that a > couple of times already. We were talking about 5.6 ;-) I think it is fine. We'll have several RC to test that anyway. I don't consider that as beeing a huge critical change, so it's all right for 5.6. Who does the merge ? :-) Julien Pauli