Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20337 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28834 invoked by uid 1010); 25 Nov 2005 08:18:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28819 invoked from network); 25 Nov 2005 08:18:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2005 08:18:50 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:47122] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 39/A5-11378-9E8C6834 for ; Fri, 25 Nov 2005 03:18:50 -0500 Received: from [192.168.1.3] (dslb-084-063-046-139.pools.arcor-ip.net [84.63.46.139]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 2CE1635C392 for ; Fri, 25 Nov 2005 09:24:57 +0100 (CET) Date: Fri, 25 Nov 2005 09:16:48 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1086017308.20051125091648@marcus-boerger.de> To: internals@lists.php.net In-Reply-To: References: <7.0.0.16.2.20051124161240.0573e640@zend.com> <20051125034515.6fefa4e2@localhost.localdomain> <43867C6C.2010209@prohost.org> <20051125040950.26305e08@localhost.localdomain> <43869FC5.4060708@lerdorf.com> <20051125075501.79718ee6@localhost.localdomain> <1132903004.9936.25.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 5.1 (Or How to break tousands of apps out there) From: helly@php.net (Marcus Boerger) Hello Helgi, obviously one problem is that PEAR does ignore coding standards. Classes should be prefixed in both pear and core. And neither Date nor File is in any way prefixed. In th end all we see here is that we want namespaces asap. One thing to discuss now is whether we want to put out 5.1.1 or even 5.1.0pl1 asap with Date in ext/Date renamed to something diferent. best regards marcus Friday, November 25, 2005, 8:40:47 AM, you wrote: > On Fri, 25 Nov 2005 15:16:43 +0800, Alan Knowles wrote: >> This one's a bit more annoying than usual ;) >> >> It will basically break application that depends on the Date package >> (eg. most of my code as DataObjects uses it internally).. Do we really >> need another barrier to upgrade to 5.*? > Yeah indeed, now I'll have a heap of a time when my customers want to > upgrade to PHP 5.1, I find it a bit odd to have this kind of breakage ... > didn't we have similar situation with PEAR::File and the SPL::File ? Which > was later renamed to FileObject so both could happily live side by side ? > (or is my memory failing me) > IMHO this should be rolled back in .1 and only introduced in PHP 6 (on by > default) > Rasmus mentioned that no PEAR person tested the final RC and all that and > thus this issue wasn't found ... Correct me if I'm wrong, but wasn't that > change done between the final RC and the official release ? > Regards > Helgi Best regards, Marcus