Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93901 invoked from network); 25 Mar 2013 23:59:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2013 23:59:01 -0000 Authentication-Results: pb1.pair.com header.from=christopher.jones@oracle.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=christopher.jones@oracle.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain oracle.com designates 156.151.31.81 as permitted sender) X-PHP-List-Original-Sender: christopher.jones@oracle.com X-Host-Fingerprint: 156.151.31.81 userp1040.oracle.com Received: from [156.151.31.81] ([156.151.31.81:17719] helo=userp1040.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/E1-16933-2C4E0515 for ; Mon, 25 Mar 2013 18:59:00 -0500 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r2PNwrtL023662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 25 Mar 2013 23:58:54 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r2PNwrcC013802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 25 Mar 2013 23:58:53 GMT Received: from abhmt106.oracle.com (abhmt106.oracle.com [141.146.116.58]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r2PNwreW011032; Mon, 25 Mar 2013 18:58:53 -0500 Received: from [10.159.141.217] (/10.159.141.217) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 25 Mar 2013 16:58:53 -0700 Message-ID: <5150E4BA.5070301@oracle.com> Date: Mon, 25 Mar 2013 16:58:50 -0700 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Rasmus Lerdorf CC: PHP Internals References: <514C1E14.3070002@fedoraproject.org> <514F370B.7080409@lerdorf.com> <514F8E86.2020601@lerdorf.com> <514FD5AE.9060703@lerdorf.com> <514FE04F.5000402@lerdorf.com> <51507044.9040408@fedoraproject.org> <5150B6FD.3020603@oracle.com> <5150BACD.9050603@lerdorf.com> In-Reply-To: <5150BACD.9050603@lerdorf.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsinet22.oracle.com [141.146.126.238] Subject: Re: [PHP-DEV] PHP 5.5.0beta1 ZTS broken build From: christopher.jones@oracle.com (Christopher Jones) On 03/25/2013 01:59 PM, Rasmus Lerdorf wrote: > On 03/25/2013 01:43 PM, Christopher Jones wrote: > >> Bison 2.3 with Oracle Linux 5.9 (and therefore with RHEL 5.9) gives this >> error: >> /home/cjones/php-5.5/Zend/zend_language_parser.y:50.1-5: invalid >> directive: `%code' >> /home/cjones/php-5.5/Zend/zend_language_parser.y:50.7-14: syntax error, >> unexpected identifier >> >> [You can get Oracle Linux (and keep up to date with patches and >> security errata) from http://public-yum.oracle.com/] > > I'm ok dropping bison-2.3 support from 5.5. We ship a generated parser, > so this only affects people who need to re-generate the parser for some > reason and the people who need to do that are more than capable of > installing a more modern Bison. > > -Rasmus > OK. I also tested bison 2.7. After locally patching Zend/acinclude.m4 to allow "2.7", then the PHP 5.5 testsuite has only five fails, all in gd. Chris -- christopher.jones@oracle.com http://twitter.com/ghrd Newly updated, free PHP & Oracle book: http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html