Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68143 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89416 invoked from network); 18 Jul 2013 05:30:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2013 05:30:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.173 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.173 mail-lb0-f173.google.com Received: from [209.85.217.173] ([209.85.217.173:61796] helo=mail-lb0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/2E-20914-C5D77E15 for ; Thu, 18 Jul 2013 01:30:05 -0400 Received: by mail-lb0-f173.google.com with SMTP id v1so2177902lbd.18 for ; Wed, 17 Jul 2013 22:30:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=Gr4ZuBKh19EyJ/uFJGBRtGiy2uL6U9egQm8kXea3J2Q=; b=Sc6iEk+vgho/jEgT4FpzOFZywQDS8Y8GkbeHm4H36ksFaiNUPA3YeF8VpK6dz9z0AR YnBJYuWuVKG+wHq0e5J+JtZ6kxscCyloYUX/4j98lP/+qJEwhVf8Inp8pQdbu+ehe8wz /H2wSW7BnU4RZsbi+33y8dx+H0u3WxkZySlUFVTFTL8W1P//UP/K2ZdgdJuKHDE+9xUn CftNAglHYbQdl8BC7VTTZMLCB8V6lLZzWmVuZ0UOQHsllEQtVbAuCVxnEVSbA2FpEUob BCc8uBRxgDiD6NnobjqzCpWXhcC2Vr+QZxd2lQklgPPDRxPZer/SqhPzEeHqJVnJtXjQ AOGg== X-Received: by 10.112.14.33 with SMTP id m1mr4599472lbc.17.1374125401231; Wed, 17 Jul 2013 22:30:01 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.4.233 with HTTP; Wed, 17 Jul 2013 22:29:20 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Jul 2013 14:29:20 +0900 X-Google-Sender-Auth: RvlI0g-nrQtNVEO8rpAJajJXZWw Message-ID: To: "internals@lists.php.net" , =?ISO-8859-1?Q?Johannes_Schl=FCter?= Content-Type: multipart/alternative; boundary=001a11c37b0a6ad95904e1c28095 Subject: Re: Passing specific bison to build From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a11c37b0a6ad95904e1c28095 Content-Type: text/plain; charset=ISO-8859-1 Hi Johannes, 2013/7/17 Yasuo Ohgaki > --- a/Zend/acinclude.m4 > +++ b/Zend/acinclude.m4 > @@ -12,7 +12,7 @@ AC_DEFUN([LIBZEND_BISON_CHECK],[ > bison_version=none > if test "$YACC"; then > AC_CACHE_CHECK([for bison version], php_cv_bison_version, [ > - bison_version_vars=`bison --version 2> /dev/null | grep 'GNU Bison' > | cut -d ' ' -f 4 | > + bison_version_vars=`$YACC --version 2> /dev/null | grep 'GNU Bison' > | cut -d ' ' -f 4 | > php_cv_bison_version=invalid > if test -n "$bison_version_vars"; then > set $bison_version_vars > > To build with specific bison, you may do > > YACC=/usr/local/bin/bison1 ./configure > Would you commit this patch from PHP 5.3? It may be easier for us to maintain PHP 5.3 with this. Thank you. -- Yasuo Ohgaki yohgaki@ohgaki.net --001a11c37b0a6ad95904e1c28095--