Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79561 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24755 invoked from network); 11 Dec 2014 07:53:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2014 07:53:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.237 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.237 mail-1.de-punkt.de Received: from [93.190.64.237] ([93.190.64.237:38339] helo=mail-1.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/53-05320-D5D49845 for ; Thu, 11 Dec 2014 02:53:02 -0500 Received: from localhost (localhost [127.0.0.1]) by mail-1.de-punkt.de (Postfix) with ESMTP id E371A3A347 for ; Thu, 11 Dec 2014 08:52:57 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail-1.de-punkt.de Received: from mail-1.de-punkt.de ([127.0.0.1]) by localhost (mail-1.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kemjbHAVAbyT for ; Thu, 11 Dec 2014 08:52:57 +0100 (CET) Received: from [192.168.178.24] (p4FC7C814.dip0.t-ipconnect.de [79.199.200.20]) (Authenticated sender: php@sebastian-bergmann.de) by mail-1.de-punkt.de (Postfix) with ESMTPSA id B19E83A33D for ; Thu, 11 Dec 2014 08:52:57 +0100 (CET) Message-ID: <54894D5B.7070806@php.net> Date: Thu, 11 Dec 2014 08:52:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: bison 3.0 From: sebastian@php.net (Sebastian Bergmann) 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