Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20475 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66787 invoked by uid 1010); 26 Nov 2005 01:41:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66772 invoked from network); 26 Nov 2005 01:41:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2005 01:41:01 -0000 X-Host-Fingerprint: 84.56.4.230 dslb-084-056-004-230.pools.arcor-ip.net Received: from ([84.56.4.230:1091] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3B/B1-56276-C2DB7834 for ; Fri, 25 Nov 2005 20:41:01 -0500 To: internals@lists.php.net,cellog@php.net (Greg Beaver) Date: Sat, 26 Nov 2005 02:41:19 +0100 Message-ID: <20051126024119.00105e42@localhost.localdomain> In-Reply-To: References: Reply-To: pierre.php@gmail.com X-Newsreader: Sylpheed-Claws 1.9.14 (GTK+ 2.8.6; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 84.56.4.230 Subject: Re: solution to the "Date" issue From: pierre.php@gmail.com (Pierre) On Fri, 25 Nov 2005 18:32:14 -0600 cellog@php.net (Greg Beaver) wrote: > Hi, > > I would like to propose these simple steps be taken: > > 1) rename "date" to "PHP_Date" > 2) reserve the "PHP_" prefix for all future core classes in PHP 5 (if > any) 3) when namespaces become available, reserve "PHP" for all future > internal classes Reread the previous thread, this solution is not acceptable. The only safe solution is to put it back in the #ifdef. We have then time to do the right things and right names in php6. --Pierre