Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33771 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79836 invoked by uid 1010); 5 Dec 2007 20:24:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79821 invoked from network); 5 Dec 2007 20:24:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2007 20:24:21 -0000 Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.162] ([212.25.124.162:38027] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/00-12052-0E807574 for ; Wed, 05 Dec 2007 15:24:01 -0500 Received: from us-ex1.zend.com ([192.168.16.5]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 5 Dec 2007 22:23:57 +0200 Received: from [192.168.16.91] ([192.168.16.91]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 5 Dec 2007 12:23:53 -0800 Message-ID: <475708D9.5030202@zend.com> Date: Wed, 05 Dec 2007 12:23:53 -0800 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Robert Cummings CC: internals@lists.php.net References: <200712042226.08192.larry@garfieldtech.com> <1196829384.14915.6.camel@blobule> <4756E11B.8030302@zend.com> <1196876641.14915.40.camel@blobule> <4756E849.9050904@zend.com> <1196885664.14915.51.camel@blobule> In-Reply-To: <1196885664.14915.51.camel@blobule> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Dec 2007 20:23:53.0469 (UTC) FILETIME=[C111A2D0:01C8377C] Subject: Re: [PHP-DEV] RFC: Dropping Namespace From: stas@zend.com (Stanislav Malyshev) > And I already do that within my code without namespaces. You can also do anything in code without classes, so what? With classes it works better, and with namespaces it is yet better. > Yes, but the main push for namespaces is to solve the problem of > colliding names. You can not solve this problem in a way you present it. It's just contradictory. The main push for namespaces is to help solving it in the right way - by avoiding single-space problem. > And as I said before, I'm not for or against namespaces. I still stand > by the phrase that they are sugar. obviously, given the lengths of Well, OK, so that's your opinion. I disagree with it. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com