Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26524 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83423 invoked by uid 1010); 12 Nov 2006 11:12:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83408 invoked from network); 12 Nov 2006 11:12:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2006 11:12:00 -0000 Authentication-Results: pb1.pair.com header.from=stefan.walk@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=stefan.walk@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.185 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: stefan.walk@gmail.com X-Host-Fingerprint: 64.233.182.185 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.185] ([64.233.182.185:17037] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/51-09234-F7107554 for ; Sun, 12 Nov 2006 06:12:00 -0500 Received: by nf-out-0910.google.com with SMTP id l35so1818336nfa for ; Sun, 12 Nov 2006 03:11:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=k+PbHT12MVNqVHP/vJpZUQaWQg3oA5K5CmvKpdcsUv/zhCWsJD/RRoUOYzLtQP6SBpqioykFH2WEM0p8hlQXK8mtD9YeQYvo1MB+njnZ13O9poZwzHsGI1p8WJN3uCc7fpX+kPjJQGXeM75Iz1QCzWlYzx3B2G0KfkYZKmH+0Kk= Received: by 10.48.242.19 with SMTP id p19mr8230803nfh.1163329916945; Sun, 12 Nov 2006 03:11:56 -0800 (PST) Received: from ?192.168.1.138? ( [217.227.216.202]) by mx.google.com with ESMTP id h1sm9859374nfe.2006.11.12.03.11.56; Sun, 12 Nov 2006 03:11:56 -0800 (PST) Message-ID: <4557017A.3020804@gmail.com> Date: Sun, 12 Nov 2006 12:11:54 +0100 User-Agent: Mail/News 1.5.0.8 (X11/20061108) MIME-Version: 1.0 To: internals@lists.php.net References: <4554AE0D.4080600@caedmon.net> <99.20.32592.5ED45554@pb1.pair.com> <19674119.20061111112203@marcus-boerger.de> <3D.90.24000.85F66554@pb1.pair.com> In-Reply-To: <3D.90.24000.85F66554@pb1.pair.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Namespaces in PHP 6 - ++$take From: stefan.walk@gmail.com (Stefan Walk) Hi! If the namespace-approach only covers classes it is implemented half-heartedly, IMO. I see a lot of "classes" that are just really collections of static functions, that's what namespaces should cover, too. And disallowing constants only so that : works is a bad tradeoff... Regards, Stefan