Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40360 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86062 invoked from network); 8 Sep 2008 18:10:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2008 18:10:54 -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.163 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 212.25.124.163 il-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.163] ([212.25.124.163:24313] helo=il-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/10-12263-7D565C84 for ; Mon, 08 Sep 2008 13:50:15 -0400 Received: from us-ex1.zend.com ([192.168.16.5]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 8 Sep 2008 20:51:24 +0300 Received: from [192.168.16.68] ([192.168.16.68]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 8 Sep 2008 10:51:20 -0700 Message-ID: <48C56618.4070803@zend.com> Date: Mon, 08 Sep 2008 10:51:20 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Stan Vassilev | FM CC: PHP Developers Mailing List References: <486FA5FB.1000300@php.net> <48C56140.7040102@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 08 Sep 2008 17:51:20.0717 (UTC) FILETIME=[807103D0:01C911DB] Subject: Re: [PHP-DEV] Re: towards a 5.3 release From: stas@zend.com (Stanislav Malyshev) Hi! > What is YOUR suggestion? Just tell us how hilarious it is to type "::" > and introduce all the other problems anyway. Use short class name in 95% of the cases where it is unambiguous (i.e. there's no class name in this namespace which collides with internal class name). Use "use ::Foo" or "use Name::Space::Foo" or the qualified name in the rest 5% of cases. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com