Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20522 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84806 invoked by uid 1010); 26 Nov 2005 12:34:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84787 invoked from network); 26 Nov 2005 12:34:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2005 12:34:00 -0000 X-Host-Fingerprint: 84.56.4.159 dslb-084-056-004-159.pools.arcor-ip.net Received: from ([84.56.4.159:17130] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 67/A9-56276-73658834 for ; Sat, 26 Nov 2005 07:33:59 -0500 To: internals@lists.php.net,ilia@prohost.org (Ilia Alshanetsky) Date: Sat, 26 Nov 2005 13:34:22 +0100 Message-ID: <20051126133422.7c5f5617@localhost.localdomain> In-Reply-To: <4387E97B.4040300@prohost.org> References: <4387E97B.4040300@prohost.org> 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.159 Subject: Re: Solution to date issue in 5.1 From: pierre.php@gmail.com (Pierre) On Fri, 25 Nov 2005 23:50:03 -0500 ilia@prohost.org (Ilia Alshanetsky) wrote: > The attached patch is a possible solution to the date *crisis*, it > renames the class to PhpDate to avoid any namespace conflicts with > pear or custom user classes called date. > > If there are no strong objection 5.1.1 (5.1.0 + this patch and nothing > else) goes out on Monday. I have strong objection, as you know. Rename it does not deserve the basic idea of a Date class. It does not have to exist, period. We can add it in time in php6 and do the required reflection and communication about it. --Pierre