Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41093 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73587 invoked from network); 15 Oct 2008 21:15:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2008 21:15:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:45300] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/D6-39277-E6D56F84 for ; Wed, 15 Oct 2008 17:15:28 -0400 Received: by fg-out-1718.google.com with SMTP id 16so81313fgg.23 for ; Wed, 15 Oct 2008 14:15:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=2ECNpAP6uO967YmXF/pXHAaKOogqR7W4vMF1uRsGjNA=; b=eIKOKthI4vmkoO0AWsgfj6VNIn35or+Fy6HSTaCzKQVebv3begbspXXvqUnK7EaYkC MkajE3U8MyFOS4Gq00CNwUhTxfMfP6Hw/gBfCUM5v1cATnzCLYsXTqsAaa773aYStE9Q 0nT1xZilnc4x9uhBxF6RGzT915y4QWQsVvcxg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=IxrkyN4SG0yJuxnzMaXqEnzYPvgGbiGWfPks6hXTW84IPYz0baNCUxUWrCjbmDG5Ay d6q2z1LlbROnArt3FZO18mH+GTb04pLWizbdlWBVIoNtr1y3UJiFWnBcuKQGkNzrvo55 r5u854WqcnA6bjQGvaRpVgo9D0hQCvfy72LQM= Received: by 10.187.159.15 with SMTP id l15mr168260fao.95.1224105321736; Wed, 15 Oct 2008 14:15:21 -0700 (PDT) Received: by 10.187.218.19 with HTTP; Wed, 15 Oct 2008 14:15:21 -0700 (PDT) Message-ID: <2dedb8a0810151415r74681e7ei5c293414660bc0c7@mail.gmail.com> Date: Wed, 15 Oct 2008 23:15:21 +0200 To: "Greg Beaver" Cc: "PHP Developers Mailing List" In-Reply-To: <48F653FF.5010106@chiaraquartet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48F653FF.5010106@chiaraquartet.net> Subject: Re: [PHP-DEV] my last attempt at sanity with namespaces From: kalle.php@gmail.com ("Kalle Sommer Nielsen") Hi Like Guilherme wrote, I've spend alot of my day reading the emails and trying to understand the namespace issues and after reading your proposal I understand the issues you're bringing up. So heres my votes: Conflict between namespaced functions and static class methods: I don't think it makes much sense to be able to make a class inside a namespace with the same name as another namespace, so my +1 here goes to option #4 (disallow mixing namespaces and classes with the same name). Resolving access to internal classes: I'm a +1 for changing the resolution order. Cheers, Kalle Sommer Nielsen