Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10647 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61431 invoked by uid 1010); 20 Jun 2004 15:20:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61314 invoked from network); 20 Jun 2004 15:20:01 -0000 Received: from unknown (HELO nameserver1.mcve.com) (209.251.159.130) by pb1.pair.com with SMTP; 20 Jun 2004 15:20:01 -0000 Received: from mainstreetsoftworks.com (ip68-226-1-214.ga.at.cox.net [68.226.1.214]) by nameserver1.mcve.com (Postfix) with ESMTP id AA1DE84127 for ; Sun, 20 Jun 2004 11:20:00 -0400 (EDT) Message-ID: <40D5AB1F.7060005@mainstreetsoftworks.com> Date: Sun, 20 Jun 2004 11:19:59 -0400 User-Agent: Mozilla Thunderbird 0.5 (X11/20040407) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: question on policy of renaming an extension From: brad@mainstreetsoftworks.com (Brad House) The ext/mcve module at some point in time needs to be renamed ext/monetra to reflect a naming change, and lessen confusion in the field, as the product is no longer referenced as MCVE. What is the best way to go about doing this? I did not want to just go in there and remove ext/mcve and commit the same stuff to ext/monetra and 'get in trouble'. (Truthfully, I don't know if I even have the perms to do this). At this point there are only minimal changes needed to take advantage of the new naming (primarily the config.m4 and a couple of small references elsewhere), as the function calls and variables already reflect the change. Thanks! -Brad