Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26312 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40452 invoked by uid 1010); 3 Nov 2006 20:07:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40437 invoked from network); 3 Nov 2006 20:07:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2006 20:07:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:45596] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/9A-07680-461AB454 for ; Fri, 03 Nov 2006 15:07:01 -0500 Received: from [192.168.200.104] (c-67-169-43-97.hsd1.ca.comcast.net [67.169.43.97]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-2) with ESMTP id kA3K6i3v009829; Fri, 3 Nov 2006 12:06:44 -0800 Message-ID: <454BA154.80403@lerdorf.com> Date: Fri, 03 Nov 2006 12:06:44 -0800 User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: "Mauro N. Infantino" CC: internals@lists.php.net References: <005e01c6ff82$e6092c30$ec01010a@intranet.db> In-Reply-To: <005e01c6ff82$e6092c30$ec01010a@intranet.db> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] New Datetime class problem From: rasmus@lerdorf.com (Rasmus Lerdorf) Mauro N. Infantino wrote: > Hi all, > > In our current codebase for PHP5.1 we've a class named 'Datetime' (I suppose > > a lot of people is in the same situation). More people had one named Date, so we changed it from Date to DateTime. You are going to have to change yours. Sorry. -Rasmus