Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99041 invoked by uid 1010); 20 Apr 2005 05:00:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98813 invoked from network); 20 Apr 2005 05:00:46 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 20 Apr 2005 05:00:46 -0000 X-Host-Fingerprint: 195.197.172.116 gw02.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.116:44746] helo=gw02.mail.saunalahti.fi) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id BB/79-45122-9D1E5624 for ; Wed, 20 Apr 2005 01:00:09 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 27937BC839; Wed, 20 Apr 2005 08:00:01 +0300 (EEST) 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 j3K5011O009724; Wed, 20 Apr 2005 08:00:01 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j3K501UC009715; Wed, 20 Apr 2005 08:00:01 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Wed, 20 Apr 2005 08:00:01 +0300 (EEST) Reply-To: Jani Taskinen To: "Brian J. France" Cc: internals@lists.php.net In-Reply-To: Message-ID: References: <9362f0145eb08a0ee9f30fb7d14fa905@firehawksystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Allow .cc files for shared extensions From: sniper@iki.fi (Jani Taskinen) On Tue, 19 Apr 2005, Brian J. France wrote: > I do, but some of our developers have some wacky idea they should be named > .cc. But with PHP they're named .cpp ;) > I can keep a internal patch if you rather not, figure I would ask just to make > sure. Just add it. But do it with the simple way: Add to the existing .cpp line: *.cpp|*.cc[)] ... --Jani