Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67124 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68717 invoked from network); 24 Apr 2013 15:18:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2013 15:18:40 -0000 Authentication-Results: pb1.pair.com header.from=dclarke@blastwave.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=dclarke@blastwave.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain blastwave.org from 210.87.62.131 cause and error) X-PHP-List-Original-Sender: dclarke@blastwave.org X-Host-Fingerprint: 210.87.62.131 comm.purplecow.org Solaris 10 (beta) Received: from [210.87.62.131] ([210.87.62.131:38927] helo=comm.purplecow.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/81-60231-7C7F7715 for ; Wed, 24 Apr 2013 11:18:34 -0400 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from comm.purplecow.org ([127.0.0.1]) by comm.purplecow.org (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTP id <0MLR0083VMIQCU20@comm.purplecow.org> for internals@lists.php.net; Thu, 25 Apr 2013 01:18:26 +1000 (EST) Received: from comm.purplecow.org ([127.0.0.1] helo=comm.purplecow.org) with IPv4:25 by ASSP.nospam; Thu, 25 Apr 2013 01:18:26 +1000 Received: from [66.225.151.253] by comm.purplecow.org (mshttpd); Wed, 24 Apr 2013 11:18:26 -0400 To: internals@lists.php.net Message-ID: Date: Wed, 24 Apr 2013 11:18:26 -0400 X-Mailer: Sun Java(tm) System Messenger Express 6.3-6.03 (built Mar 14 2008; 32bit) Content-language: en X-Accept-Language: en Priority: normal Subject: minor annoyance in php configure From: dclarke@blastwave.org (Dennis Clarke) Still seeing this : . . . checking for bison version... (cached) invalid configure: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 (found: none). . . . However : node002 $ which bison /usr/local/bin/bison node002 $ bison --version bison (GNU Bison) 2.6.5 Written by Robert Corbett and Richard Stallman. Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. node002 $ So .. that's not right. dc