Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74436 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27100 invoked from network); 23 May 2014 01:02:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2014 01:02:13 -0000 Authentication-Results: pb1.pair.com header.from=john@bafford.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=john@bafford.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain bafford.com from 96.241.205.2 cause and error) X-PHP-List-Original-Sender: john@bafford.com X-Host-Fingerprint: 96.241.205.2 nova.zort.net Received: from [96.241.205.2] ([96.241.205.2:55726] helo=nova.zort.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/38-63132-D0E9E735 for ; Thu, 22 May 2014 21:02:07 -0400 Received: from [IPv6:::1] (nova.zort.net [96.241.205.2]) (authenticated bits=0) by nova.zort.net (8.14.5/8.14.5) with ESMTP id s4N11xqW029921 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Thu, 22 May 2014 21:02:02 -0400 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-ID: <2DC459EE-AE98-4CAE-977A-6FB918FDEF54@bafford.com> Date: Thu, 22 May 2014 20:01:57 -0500 To: internals@lists.php.net Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) X-Mailer: Apple Mail (2.1878.2) Subject: Bison 3 support for PHP 5.5 From: john@bafford.com (John Bafford) Hi, I=92ve submitted a PR (https://github.com/php/php-src/pull/683) to add = support for Bison 3.0 to PHP 5.5. I=92ve run the tests on this patch, with no unexpected errors, with = Bison 2.4 (minimum version for PHP 5.5 and 5.6), 2.7, and 3.0, with and = without --enable-maintainer-zts against the current PHP-5.5 and (with = minor changes) master branches. -John=