Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5853 invoked by uid 1010); 1 Mar 2005 00:10:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5686 invoked from network); 1 Mar 2005 00:10:51 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 1 Mar 2005 00:10:51 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:44814] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id A0/DC-43672-2E2B3224 for ; Mon, 28 Feb 2005 19:10:10 -0500 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 4B581DB903 for ; Tue, 1 Mar 2005 02:09:54 +0200 (EET) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j2109vbc027295 for ; Tue, 1 Mar 2005 02:09:57 +0200 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j2109vL1027292 for ; Tue, 1 Mar 2005 02:09:57 +0200 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Tue, 1 Mar 2005 02:09:57 +0200 (EET) Reply-To: Jani Taskinen To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: bison/flex generated files not in CVS From: sniper@iki.fi (Jani Taskinen) Is there some good reason not to commit these files in CVS so people would not necessarily need the 'correct' versions of bison/flex (as they don't need re2c either): Zend/zend_ini_scanner.c Zend/zend_ini_parser.c Zend/zend_ini_parser.h Zend/zend_language_scanner.c Zend/zend_language_parser.c Zend/zend_language_parser.h ext/standard/parsedate.c ??? (e.g. sqlite seems to bundle it's parse.c :) --Jani