Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20426 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47747 invoked by uid 1010); 25 Nov 2005 19:25:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47732 invoked from network); 25 Nov 2005 19:25:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2005 19:25:01 -0000 X-Host-Fingerprint: 212.112.226.205 mail.nohn.net Linux 2.4/2.6 Received: from ([212.112.226.205:37438] helo=mail.nohn.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 34/62-56276-C0567834 for ; Fri, 25 Nov 2005 14:25:00 -0500 Received: by mail.nohn.net (Postfix, from userid 1010) id F06B437C0C6; Fri, 25 Nov 2005 20:24:56 +0100 (CET) Received: from [10.13.37.10] (unknown [10.13.37.10]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.nohn.net (Postfix) with ESMTP id 1AEE837C28D; Fri, 25 Nov 2005 20:24:46 +0100 (CET) Message-ID: <43876562.2070202@nohn.net> Date: Fri, 25 Nov 2005 20:26:26 +0100 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lukas Smith Cc: internals@lists.php.net 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> <1086017308.20051125091648@marcus-boerger.de> <01.D8.11378.05EC6834@pb1.pair.com> In-Reply-To: <01.D8.11378.05EC6834@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on mail.nohn.net X-Spam-Status: No, hits=-104.9 required=5.0 tests=BAYES_00,USER_IN_WHITELIST autolearn=ham version=2.64 X-Spam-Level: Subject: Re: [PHP-DEV] Re: PHP 5.1 (Or How to break tousands of apps out there) From: sebastian@nohn.net (Sebastian Nohn) Lukas Smith wrote: >> 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. > > Err, how are we supposed to prefix PEAR::Date? To be on the safe side: Net_PHP_PEAR_Date;) "Underscores are more namespace than anyone will ever need". Sebastian