Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79586 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22308 invoked from network); 12 Dec 2014 08:48:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2014 08:48:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.45 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.45 mail-wg0-f45.google.com Received: from [74.125.82.45] ([74.125.82.45:32976] helo=mail-wg0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/20-18848-BDBAA845 for ; Fri, 12 Dec 2014 03:48:28 -0500 Received: by mail-wg0-f45.google.com with SMTP id b13so8575785wgh.18 for ; Fri, 12 Dec 2014 00:48:23 -0800 (PST) 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=PAT/QghLFfHXJK131Y7CKklYpPx4b4bdq6Pi3roj3zI=; b=DFBjf7LWnR3j5ljlwVP0zxXGqN2l9m2TrKX6cBvBLyDGni5PwhmaO5YfmOIsz3pcsV okdy7aRNKsBPofrYV6ApHEDYlElAJnp11fBjYxWCtI3E2pgO3QtyHLTc7kbKpxzoDBIU Mo62Kjr0lch6T+ziHP8d28GV9DJBzY1RYo04z5W72W2tEpDAk1eoV47hYnQKhzsutDkC UXKqcmaa2k6pfz7muUNCV7ovHJPLfFZ81227VyYp2Ylwc7gHqzSASbcB+FiJx5ebmA/4 aFhRebv1SCK6YXhuP5IFFS98TdURI/b54Ln+d1QxQgqq4js+rzey0Etv0svTnW2ydHG2 t91A== X-Received: by 10.180.82.98 with SMTP id h2mr5549998wiy.7.1418374103408; Fri, 12 Dec 2014 00:48:23 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.57.67 with HTTP; Fri, 12 Dec 2014 00:47:43 -0800 (PST) In-Reply-To: References: <54894D5B.7070806@php.net> Date: Fri, 12 Dec 2014 09:47:43 +0100 X-Google-Sender-Auth: V5mpgi2ynqW_YrXlRsY3IlSNBmw Message-ID: To: Leigh Cc: Sebastian Bergmann , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] bison 3.0 From: jpauli@php.net (Julien Pauli) On Thu, Dec 11, 2014 at 2:36 PM, Leigh wrote: > 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 In the worst scenario, there is also : downgrade your Bison. That's what we do as RMs, to have a very accurate version of Bison when we prepare the builds. Bison is very easy to compile, and so to replace your default OS's one is easy. Julien.P