Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79571 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54038 invoked from network); 11 Dec 2014 13:36:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2014 13:36:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.169 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.169 mail-wi0-f169.google.com Received: from [209.85.212.169] ([209.85.212.169:32951] helo=mail-wi0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/51-42256-8FD99845 for ; Thu, 11 Dec 2014 08:36:56 -0500 Received: by mail-wi0-f169.google.com with SMTP id r20so1476191wiv.4 for ; Thu, 11 Dec 2014 05:36:53 -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=EDru3a9wC564jDy6fIfpWKMR7E3zIXY7klTZJtqZgLI=; b=NlSiZ/ks17vjd3HOHyjiVLmNaYbFp5GMusSqqrWRDDJWMAzCtJauZ9QaDUxNvKL1cj B2/Zh7bOb12bEfQi0BRpPVITnJYAuJFrh2IsKXQ2xjGt9pVqREfdx6UqCcYjJidyGx79 rB+Ga3C6xB948PnQoW/nYlUwDdbFknIhBtzcSqCUSTYSlsHtC/BCRIHs1HpA978H0yOu XUpWmcwpARlqWUmXTsFzQlKeW0c7hZWjzdhRZBzsMOui20hzHgjqNHEka5VTfc03yJTw F1Q5fM45F667S9RvTvZ/lz0e7/0UmkF1OVyXxF9CWKxS8HCkZMVS+YNIoypGWfG0dygX xXJw== MIME-Version: 1.0 X-Received: by 10.180.211.201 with SMTP id ne9mr22589824wic.30.1418305013390; Thu, 11 Dec 2014 05:36:53 -0800 (PST) Received: by 10.216.50.139 with HTTP; Thu, 11 Dec 2014 05:36:53 -0800 (PST) In-Reply-To: <54894D5B.7070806@php.net> References: <54894D5B.7070806@php.net> Date: Thu, 11 Dec 2014 13:36:53 +0000 Message-ID: To: Sebastian Bergmann Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] bison 3.0 From: leight@gmail.com (Leigh) On 11 December 2014 at 07:52, 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 > I've been building fine on a Debian based system with bison 3.0.2 just by commenting out the exclusion. There is also this: https://github.com/php/php-src/pull/685