Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66810 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79202 invoked from network); 25 Mar 2013 21:00:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2013 21:00:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.213.54 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.213.54 mail-yh0-f54.google.com Received: from [209.85.213.54] ([209.85.213.54:42894] helo=mail-yh0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/05-51846-BDAB0515 for ; Mon, 25 Mar 2013 16:00:12 -0500 Received: by mail-yh0-f54.google.com with SMTP id 29so485751yhr.13 for ; Mon, 25 Mar 2013 14:00:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=buREPJNrQxrsSaVx0RltBBzmEmz3gFLzLQVFHxQJ3xU=; b=Lb+hyLPDLJ1OtCrTalqj1JvI+KCnb+RCKwV2oThEQWEDpdo5n9iWDLCOhXhvy87Kk6 B+TUE57nTvz+PhGo62w8FBTZZTHIZErfuibsP0BKdATzOkIDUtFdk09hD2qBNC7vPJkz BumUYlbPqfb/CP223XVSs441q+bBilZe6I50w9gGQ/qp1Uhd/XIAlsCyb6fVeakpV5kX 9mOZXofBzDszhd7AWfX4mTQz4JlknbHMKWsbbqzmS4tAIfzPki0rlFe+bNv+G3MUnxyM VAbZj5qk22gQ5cb5EZIEQv2Txgkz6sVCRyleJSF5hgmFIlNR/Vez2Jp7ASuHPIgyvwVL kBRw== X-Received: by 10.236.115.137 with SMTP id e9mr8012718yhh.26.1364245204711; Mon, 25 Mar 2013 14:00:04 -0700 (PDT) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id a37sm20959526yhi.9.2013.03.25.13.59.59 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Mar 2013 14:00:04 -0700 (PDT) Message-ID: <5150BACD.9050603@lerdorf.com> Date: Mon, 25 Mar 2013 13:59:57 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Christopher Jones 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> In-Reply-To: <5150B6FD.3020603@oracle.com> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnw0f1GPoyCCpeKwxPN5liXwuFUgvujgmW9MohaqoB2umMz8CXol9vUzK6D4Gs6B1HsIFMV Subject: Re: [PHP-DEV] PHP 5.5.0beta1 ZTS broken build From: rasmus@lerdorf.com (Rasmus Lerdorf) 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