Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79564 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30986 invoked from network); 11 Dec 2014 08:37:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2014 08:37:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.174 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.212.174 mail-wi0-f174.google.com Received: from [209.85.212.174] ([209.85.212.174:55965] helo=mail-wi0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/74-05320-BA759845 for ; Thu, 11 Dec 2014 03:37:00 -0500 Received: by mail-wi0-f174.google.com with SMTP id h11so13767328wiw.13 for ; Thu, 11 Dec 2014 00:36:56 -0800 (PST) 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=pucfKcLTK+aIzJ/mT+/ce0jREQIPPX9kUxcRFdRse48=; b=PnEPd4hj3VpF6Y+EoOyWv0rEFpKQBGR/FR60+TwA6wncXam5dCGObH6C0HIZjR/zGh 6YPoYAswS9WAx+yCyFGjw/wS3ksaBXS044mOXZ1o3TTlgCc4CnvEaUFmB25RGX7mLXSK jo3uD0OL3n0QQKrcMUAsneTOrgevyfu45brGcRTcsiV/dZsfjJ5LgtcFt0QIfoIO8KsZ SBPskR2J+3QFd8d8fiUT5HncTBTCMbEY2L66HSuvGTtv7Qs2ly9AkQkQ1LlmPOvwNI95 YAyxLHczXNP01VvvOE4Txrsyvmp6kJ3bjsuPWDVkdKCCDRAMfvzIaGp3g/GYsnJat2b2 JQIg== MIME-Version: 1.0 X-Received: by 10.180.92.169 with SMTP id cn9mr20600334wib.26.1418287016229; Thu, 11 Dec 2014 00:36:56 -0800 (PST) Received: by 10.180.88.33 with HTTP; Thu, 11 Dec 2014 00:36:56 -0800 (PST) In-Reply-To: <54894D5B.7070806@php.net> References: <54894D5B.7070806@php.net> Date: Thu, 11 Dec 2014 09:36:56 +0100 Message-ID: To: Sebastian Bergmann , Michael Wallner Cc: PHP Internals Content-Type: multipart/alternative; boundary=f46d0435c068cac2b40509ecadd6 Subject: Re: [PHP-DEV] bison 3.0 From: tyra3l@gmail.com (Ferenc Kovacs) --f46d0435c068cac2b40509ecadd6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 versions 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 and master requires >=3D2.4). --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --f46d0435c068cac2b40509ecadd6--