Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79588 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32641 invoked from network); 12 Dec 2014 11:02:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2014 11:02:59 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.172 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.212.172 mail-wi0-f172.google.com Received: from [209.85.212.172] ([209.85.212.172:48310] helo=mail-wi0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/61-18848-26BCA845 for ; Fri, 12 Dec 2014 06:02:58 -0500 Received: by mail-wi0-f172.google.com with SMTP id n3so2122138wiv.5 for ; Fri, 12 Dec 2014 03:02:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KYleI96RTUVS6OtmLoDBJpWgt2mI+4VkfcgDf8bKoM8=; b=Po0Hiy8DWT+nnYhnEJa95ZurewaHXy9qjXXBy5jBdjvVG98inhXH8cUc+6wet3zv80 FJ+9pT8SIDoXnaYmWbW21dwRHhujOV47OM54eMaLBiM7UCqop8U3PwRMcSkCkCxVHzSo eyh690FxoeDpu4kdJLZAunwgl6Y+OHkp2cSwGnmnhe2VqBESMrzAFq9q4xF3xp0MvKYS VW6WAs4WhCvoSGWVb5tk4Oate5MAW6zPo1OkyNkBgcqzK9+8BnkOFLKQiQM+3+hgVOFA 5hE0Pa4YqaMXJHq9yUgsxRL3LV0MYw5sNvD8k0S0U+iaMvoA5MMtFrzidF5nqVAIq5HN HeTQ== X-Received: by 10.194.221.2 with SMTP id qa2mr25218359wjc.48.1418382175608; Fri, 12 Dec 2014 03:02:55 -0800 (PST) Received: from [192.168.2.120] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id wx3sm1365615wjc.19.2014.12.12.03.02.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Dec 2014 03:02:54 -0800 (PST) Sender: Michael Wallner Message-ID: <548ACB5D.6070902@php.net> Date: Fri, 12 Dec 2014 12:02:53 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Ferenc Kovacs , Sebastian Bergmann CC: PHP Internals References: <54894D5B.7070806@php.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] bison 3.0 From: mike@php.net (Michael Wallner) On 11/12/14 09:36, Ferenc Kovacs wrote: > CCing Mike as he was the author who originally added 3.0 to the exclude > list. Yes, I'm on ArchLinux, which has very recent software versions, so I just added it to the exclude, when I upgraded bison to 3.0 and then downgraded bison again. IIRC ZTS builds fail with bison3 because of removed features, which were already deprecated in 2.7. -- Regards, Mike