Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67179 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76168 invoked from network); 27 Apr 2013 12:38:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Apr 2013 12:38:53 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.179 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.223.179 mail-ie0-f179.google.com Received: from [209.85.223.179] ([209.85.223.179:57785] helo=mail-ie0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/70-08285-BD6CB715 for ; Sat, 27 Apr 2013 08:38:51 -0400 Received: by mail-ie0-f179.google.com with SMTP id 16so5897345iea.10 for ; Sat, 27 Apr 2013 05:38:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=xInGPJDZMAHKUFSPNRTCaUgR7DOQsJCIetIAFakNTYg=; b=JKpoO549SOs3TGDUg3GrvrPc9PeE4UZevP6r27lm6QVNNFRjmdRAdcqTvq+GDPNVQw Ww2LBTfSMFArSOPGTHhTSTqVYLveP3GmV+/ylkIyyFruc+Ax2jYmsQ3lc1COWMJiyodS 33bVtF9LfQ/bWfC33ZUywN9PRKHjvRmlMPeU3GOx9s07b5PnkpomfyCc7by/m9E0xAiG ncvq5KRD+EmHFdRTF3h9ZAFMQjaetg+slaPfCjK/Ar5jOuWUuVddJeZBP5zQSUlJucTK 8mMgBfof+I6P45fPd2mD/TiIjkZjxSDxhypciKJIRNPeKn77I/69iV23CUwqofk5QDSx 3Bsg== MIME-Version: 1.0 X-Received: by 10.43.146.3 with SMTP id jw3mr24486969icc.39.1367066329199; Sat, 27 Apr 2013 05:38:49 -0700 (PDT) Received: by 10.50.29.235 with HTTP; Sat, 27 Apr 2013 05:38:48 -0700 (PDT) Received: by 10.50.29.235 with HTTP; Sat, 27 Apr 2013 05:38:48 -0700 (PDT) In-Reply-To: References: Date: Sat, 27 Apr 2013 14:38:48 +0200 Message-ID: To: Dennis Clarke Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a11c2e9aaf055de04db56ee3f Subject: Re: [PHP-DEV] minor annoyance in php configure From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c2e9aaf055de04db56ee3f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2013.04.24. 17:19, "Dennis Clarke" ezt =C3=ADrta: > > > 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 N= O > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > node002 $ > > So .. that's not right. > > dc > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > your bison version isn't in the list of supported versions. as long as we keep this whitelist of supported versions, there will be always a delay between the release of a bison version and somebody claiming it compatible with our build to add it to the whitelist. --001a11c2e9aaf055de04db56ee3f--