Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1130 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87667 invoked from network); 1 May 2003 19:17:09 -0000 Received: from unknown (HELO mail.kromann.info) (64.186.239.125) by pb1.pair.com with SMTP; 1 May 2003 19:17:09 -0000 Received: from Swwwing2000 (unknown [64.186.239.115]) by mail.kromann.info (Postfix) with SMTP id E9F4B2AF58 for ; Thu, 1 May 2003 04:16:51 -0700 (PDT) To: internals@lists.php.net X-Mailer: Swwwing 2000 Message-ID: <10518166634000000@9866357972520000.9866341568840000> MIME-Version: 1.0 Reply-To: "Frank M. Kromann" Date: Thu, 01 May 2003 12:17:43 -0700 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Bison problems From: frank@kromann.info ("Frank M. Kromann") Hi, After upgrading to bison 1.875b (on win32 with CygWin) I have problems with the ini parser. It reports a parse error on the last line of the ini file. Even if that line is empty. The error report is printed to stdout, so is shows up on evry page generated :-) Installing and using bison 1.75 resolves the problem. Is this a known problem, and is there a way to fix it other than using the older version of bison ? - Frank