Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20514 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45369 invoked by uid 1010); 26 Nov 2005 10:44:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45353 invoked from network); 26 Nov 2005 10:44:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2005 10:44:14 -0000 X-Host-Fingerprint: 195.226.6.9 darkcity.gna.ch Linux 2.4/2.6 Received: from ([195.226.6.9:49650] helo=darkcity.gna.ch) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 5C/55-56276-D7C38834 for ; Sat, 26 Nov 2005 05:44:13 -0500 Received: from localhost (localhost [127.0.0.1]) by darkcity.gna.ch (Postfix) with ESMTP id A803B13BA03; Sat, 26 Nov 2005 11:44:09 +0100 (CET) Received: from unknown by localhost (amavisd-new, unix socket) id client-XXaHJz7q; Sat, 26 Nov 2005 11:44:08 +0100 (CET) Received: by darkcity.gna.ch (Postfix, from userid 65534) id 4B82013BA7D; Sat, 26 Nov 2005 11:44:08 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on darkcity.gna.ch X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=5.0 tests=AWL,RCVD_IN_NJABL_DUL, RCVD_IN_SORBS_DUL autolearn=disabled version=3.1.0 Received: from [192.168.1.44] (80-219-9-18.dclient.hispeed.ch [80.219.9.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTP id 73CE913BA13; Sat, 26 Nov 2005 11:44:06 +0100 (CET) Message-ID: <43883D29.8070804@cschneid.com> Date: Sat, 26 Nov 2005 11:47:05 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ilia Alshanetsky Cc: internals@lists.php.net References: <4387E97B.4040300@prohost.org> In-Reply-To: <4387E97B.4040300@prohost.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at gna.ch Subject: Re: Solution to date issue in 5.1 From: cschneid@cschneid.com (Christian Schneider) 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. While there already were objections either voting for removing the class altogether for now or using a PHP_ prefix I'd like to add another point: If the class is renamed please *also* rename the class timezone which lives in the same file. Having e.g. PHP_Date/timezone instead of PHP_Date/PHP_Timezone seems wrong. - Chris