Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24477 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25511 invoked by uid 1010); 18 Jul 2006 16:23:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25496 invoked from network); 18 Jul 2006 16:23:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2006 16:23:42 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.184.233 wr-out-0506.google.com Linux 2.4/2.6 Received: from ([64.233.184.233:3783] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id B5/E2-11992-D0B0DB44 for ; Tue, 18 Jul 2006 12:23:41 -0400 Received: by wr-out-0506.google.com with SMTP id i23so628240wra for ; Tue, 18 Jul 2006 09:23:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:x-mailer:sender; b=Lvz7LACj6Y0mlrTZ38hH0ACgSfbhfUws0N9MQpiKQ8DCBUHVG9doTFNi7puHs7MZaF6FAyl0zc8WHWdMJZxg9Ea7w5RbNjBJxxqiV/bJGlYCJDWw/0yxe7SDknVi9RNWhnRSHoNUMrQAIw88mDFqNsM2hzJAAsYpRG47bNC8h3M= Received: by 10.65.219.3 with SMTP id w3mr917851qbq; Tue, 18 Jul 2006 09:23:38 -0700 (PDT) Received: from ?192.168.1.6? ( [72.59.8.142]) by mx.gmail.com with ESMTP id q19sm3391965qbq.2006.07.18.09.23.36; Tue, 18 Jul 2006 09:23:36 -0700 (PDT) In-Reply-To: References: <44B8BF7C.2060900@php.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: multipart/alternative; boundary=Apple-Mail-31-986437904 Message-ID: Cc: "Derick Rethans" , "Lukas Smith" , "PHP internals" Date: Tue, 18 Jul 2006 12:23:33 -0400 To: Pierre X-Mailer: Apple Mail (2.752.2) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] Re: PHP 5.2 Status Update From: ilia@prohost.org (Ilia Alshanetsky) --Apple-Mail-31-986437904 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On 18-Jul-06, at 12:16 PM, Pierre wrote: > On 7/18/06, Ilia Alshanetsky wrote: >> The date extension functionality can be enabled, but we need to >> rename the date class to avoid naming conflicts encountered with PHP >> 5.1. > > Wait, you are suggesting to enable this empty class and rename it? And > then he will rename it again for phph6? That's plain stupid and > insane. No. Derick wants to enable all the code in the date extension (methods of the date class and so on). The only way I can see us doing it is by renaming the 2 classes the extension defines to something that won't cause namespace problems. Ilia Alshanetsky --Apple-Mail-31-986437904--