Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26494 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46715 invoked by uid 1010); 10 Nov 2006 22:08:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46700 invoked from network); 10 Nov 2006 22:08:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2006 22:08:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.193 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.193 nz-out-0102.google.com Linux 2.4/2.6 Received: from [64.233.162.193] ([64.233.162.193:17269] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/00-27611-048F4554 for ; Fri, 10 Nov 2006 17:08:01 -0500 Received: by nz-out-0102.google.com with SMTP id o37so463833nzf for ; Fri, 10 Nov 2006 14:07:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=jVsLJeNYewnGOvHj85T+LvpOvTcFEHByqtdWeIH/d3SSrBmi30/w5vWGUK4c8hlIN22hneUhl5Dtl7bcMXc1ax/DZGihSR/AL+DGzpiGzBGY9cx6V8fr+pGI3nNTvQ9wdUYSb98UoA1E5rOuLxzJ1ePCfFp8tfjq/CKx2dursZg= Received: by 10.65.151.6 with SMTP id d6mr4025862qbo.1163196468032; Fri, 10 Nov 2006 14:07:48 -0800 (PST) Received: from ?192.168.1.6? ( [74.108.69.82]) by mx.google.com with ESMTP id f13sm2843910qba.2006.11.10.14.07.47; Fri, 10 Nov 2006 14:07:47 -0800 (PST) In-Reply-To: <4554F6CB.4060409@php.net> References: <4554AE0D.4080600@caedmon.net> <4554B9B5.5090305@caedmon.net> <20061110182358.GB20309@bantha> <4554F6CB.4060409@php.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <93D5CEF8-B094-4BBA-8563-419F046C0DC7@prohost.org> Cc: Patrick Mueller , internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Fri, 10 Nov 2006 17:07:38 -0500 To: Lukas Kahwe Smith X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] Namespaces in PHP 6 - ++$take From: ilia@prohost.org (Ilia Alshanetsky) On 10-Nov-06, at 5:01 PM, Lukas Kahwe Smith wrote: > Remember the point Sebastian made earlier. Its also a hassle during > development of the library code itself, where you have to deal with > endlessly long class names. You still have the same long names, you've just split them into two namespaces + classname rather then just one class name. Ilia Alshanetsky