Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79592 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40933 invoked from network); 12 Dec 2014 12:21:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2014 12:21:58 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:27018] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/E2-18848-4EDDA845 for ; Fri, 12 Dec 2014 07:21:57 -0500 To: internals@lists.php.net Date: Fri, 12 Dec 2014 13:21:52 +0100 Message-ID: References: <54894D5B.7070806@php.net> <548ACB5D.6070902@php.net> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 85.223.116.227 Subject: Re: [PHP-DEV] bison 3.0 From: phpdev@ehrhardt.nl (Jan Ehrhardt) Michael Wallner in php.internals (Fri, 12 Dec 2014 12:02:53 +0100): >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. On Windows Bison 3 creates wrong versions of zend_ini_parser.c and zend_language_parser.c, but only for PHP 5.4 ZTS. Jan