Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31596 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62729 invoked by uid 1010); 15 Aug 2007 19:49:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62714 invoked from network); 15 Aug 2007 19:49:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2007 19:49:51 -0000 Authentication-Results: pb1.pair.com header.from=marcgear@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=marcgear@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.162.183 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: marcgear@gmail.com X-Host-Fingerprint: 209.85.162.183 el-out-1112.google.com Linux 2.4/2.6 Received: from [209.85.162.183] ([209.85.162.183:31559] helo=el-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1B/D0-57311-DD853C64 for ; Wed, 15 Aug 2007 15:49:51 -0400 Received: by el-out-1112.google.com with SMTP id r27so11361ele for ; Wed, 15 Aug 2007 12:49:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Toigd11RZ6tnm6IgTppVjO9DIyPuTfnXCTgBPqc2My6scEWf+9TkNs42wiWkp8UIryrTVzQbb2d8+FMnWysYW1zYa8/OxngLexbj88t/prrUlr+VBocORgsDKRIvV0IznGOKXNHcpMgA+x+Tq9L5G5KQkY0UamjergquPn82ye0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=irDw/8I1IOYIMzEEuMGpd+2BJZMY+e5Do51Zf5qtTcCl2DT485OHbHSBUap7aJA36wIuAJszZU091J+trs7MJ8pvW+x4sYgfKUTCDHGMn/XwuusiUViFp7Fa1T90bIcqYhTh6dQZN5KwG2vZn3WX/VJRwFSiYSvYTARDCPje9fc= Received: by 10.143.2.19 with SMTP id e19mr49606wfi.1187207386873; Wed, 15 Aug 2007 12:49:46 -0700 (PDT) Received: by 10.142.84.16 with HTTP; Wed, 15 Aug 2007 12:49:46 -0700 (PDT) Message-ID: <6094eac50708151249y691dcfedhefeaac5e6afd927b@mail.gmail.com> Date: Wed, 15 Aug 2007 20:49:46 +0100 To: "Guilherme Blanco" Cc: "Stanislav Malyshev" , "Ralph Schindler" , "PHP Internals" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46BE14B1.5050209@zend.com> <6094eac50708150709o6d1fe42bx3449af2bc1b7f54d@mail.gmail.com> <46C337F4.5080001@zend.com> <46C340D1.3070700@zend.com> <46C346D1.7090203@smashlabs.com> <46C34E11.1020109@zend.com> Subject: Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages] From: marcgear@gmail.com ("Marc Gear") On 8/15/07, Guilherme Blanco wrote: > > ZF is using Very_Very_Long_And_Very_Irritating_Class_Names because > > there's no choice to do otherwise. > If you are creating this patch only to simplify this, I recommend you > to keep it as PHP is currently and just add namespace/package support > with a serious implementation. Dont be absurd. All namespaces are is a way of avoiding having to use Very_Very_Long_And_Very_Irritating_Names. Its why we have separate scope (namespaces) for functions and classes. -- Marc Gear marcgear@gmail.com