Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79566 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34684 invoked from network); 11 Dec 2014 09:02:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2014 09:02:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.218.50 as permitted sender) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.218.50 mail-oi0-f50.google.com Received: from [209.85.218.50] ([209.85.218.50:39264] helo=mail-oi0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/50-32494-8AD59845 for ; Thu, 11 Dec 2014 04:02:33 -0500 Received: by mail-oi0-f50.google.com with SMTP id a141so3341289oig.37 for ; Thu, 11 Dec 2014 01:02:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=7W8VES5Duhi8+ojVxqwBWaD3Y4Dfu8MSDUj7TxN1j+E=; b=FPtcguEXtm+08VzXQMfZv+q0ojfsr2HISQbGXCN1fYMBGVmlA8ZyhutE3qnh2CzNsc F5ZnwLDQs6SK5sluElPaptcyGGmZFEjllQRC1vv8XD3M2Df565U9Qwq78ND72pFCT+9d 5dWhRHI114cZyYsBQggX1WfhO4dfVkCUgjMt4jYgKMSvguwf+ZTTdq0EJvSV4r4Ez7bQ JA/XBMw/2iaT+6wM0lnoZCAoiuEwWkGX4Yr7IilW2PpKibGxDm8stpOS7YC5CFabHzx1 iBXbhtpVb9viDGd68+5HlgUV8icZwrFD6wstGoDxSpGg99BZyOaE9T+PFv1srqm95WWa QYng== X-Gm-Message-State: ALoCoQk9mrr2mRhRVBjMUw/J0cMMfY46GeVSYJg0yUbtLPkM1moxaHfmt2dcOfVvHo4/eg2cA+fR2uEu0mZ0PEsZfVbQLpbrkD5Izjp2YNu3Xw++PPqQyYxGyzQk7pxFMF+KU0+BwVmHdL3XcB6lnQo30YWjNUa64g== MIME-Version: 1.0 X-Received: by 10.182.1.172 with SMTP id 12mr5701697obn.6.1418288548501; Thu, 11 Dec 2014 01:02:28 -0800 (PST) Received: by 10.60.165.238 with HTTP; Thu, 11 Dec 2014 01:02:28 -0800 (PST) In-Reply-To: References: <54894D5B.7070806@php.net> Date: Thu, 11 Dec 2014 10:02:28 +0100 Message-ID: To: Ferenc Kovacs Cc: Sebastian Bergmann , Michael Wallner , PHP Internals Content-Type: multipart/alternative; boundary=001a1134b0101f98490509ed0995 Subject: Re: [PHP-DEV] bison 3.0 From: lior.k@zend.com (Lior Kaplan) --001a1134b0101f98490509ed0995 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable AFAIK, PHP builds fine with bison 3. At least with the common scenarios on UNIX like systems. TS builds might be the problem if my memory serves me right. Kaplan On Thu, Dec 11, 2014 at 9:36 AM, Ferenc Kovacs wrote: > On Thu, Dec 11, 2014 at 8:52 AM, Sebastian Bergmann > wrote: > > > Hi! > > > > I just updated my notebook to Fedora 21 and am no longer able to > > build PHP on it since I now have bison 3.0.2 instead of bison 2.7. > > > > bison 3.0 is blacklisted in Zend/acinclude.m4. Is bison 3.0 > > incompatible with our parser specification? If so, will it be > > upgraded? It's not really a good situation to be incompatible > > with current versions of essential tools such as bison. > > > > Best, > > Sebastian > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > CCing Mike as he was the author who originally added 3.0 to the exclude > list. > I have a vague memory of building master successfully with bison 3.0.2 > (from homebrew) on Mac Mavericks via removing 3.0 from > bison_version_exclude in Zend/acinclude.m4 so I think that not all versio= ns > of bison 3.0 are affected, but currently I'm using the bison27 > alternative(as XCode/Command Line Tools comes with bison 2.3 by default a= nd > master requires >=3D2.4). > > -- > Ferenc Kov=C3=A1cs > @Tyr43l - http://tyrael.hu > --001a1134b0101f98490509ed0995--