Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4450 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36839 invoked by uid 1010); 11 Sep 2003 11:12:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36815 invoked from network); 11 Sep 2003 11:12:18 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 11 Sep 2003 11:12:18 -0000 Received: (qmail 16733 invoked by uid 501); 11 Sep 2003 11:12:16 -0000 Received: from unknown (HELO eco.foo) (80.143.45.193) by kdserv.de with SMTP; 11 Sep 2003 11:12:16 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id C120C384C7; Thu, 11 Sep 2003 13:12:10 +0200 (CEST) Date: Thu, 11 Sep 2003 13:12:10 +0200 (CEST) X-X-Sender: sas@eco.foo To: Sebastian Bergmann Cc: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] bison version check in configure From: sascha@schumann.cx (Sascha Schumann) On Thu, 11 Sep 2003, Sebastian Bergmann wrote: > Sebastian Bergmann wrote: > > Looks like the bison version check in configure is not working: > > Looks like it's no longer needed, too: It is not needed once all incompatible bison installations have disappeared. Have you verified that bison 1.875 generated parsers work properly with complex scripts? - Sascha