Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40144 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75645 invoked from network); 29 Aug 2008 19:43:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2008 19:43:26 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.190 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.182.190 nf-out-0910.google.com Received: from [64.233.182.190] ([64.233.182.190:27528] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/AE-10364-C5158B84 for ; Fri, 29 Aug 2008 15:43:25 -0400 Received: by nf-out-0910.google.com with SMTP id b11so284549nfh.13 for ; Fri, 29 Aug 2008 12:43: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=2mYjIujAKhTgvAwJ+PbjYkZ5vF8zaj+oOC5H9FZbpYs=; b=ows5snhejYfc7sMR3L4W+Se/3GoRxwZ+VAvOuZVM6dFZ0UWgyEzaG99nkf41SO980V NQ0MeY0COS6iWsp6vUQcRkQaBuSvDMvK0z0gIelqGUKwlH7akmA1wM2RjQ/ykbTgoan5 xl3hvcwSfLC416GfD2pe9fVRDdSw/QcKCggro= 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=pLYN4/4T6ZlOOirLAojmcdHGxINjhdeozyKDfFEoZCWbaPU7pdyAN256SqiEK1zEKh 9B74JRWShOzNKZokWydAL9/olyCiUpwPFuhJlaTx9jjEs+8nB1sBjmozUBd1MapA6kc8 uZ/3qfSfr2g7V0eCzkBgA3myyaNRzb9oD8K0E= Received: by 10.103.201.5 with SMTP id d5mr2203402muq.18.1220039000804; Fri, 29 Aug 2008 12:43:20 -0700 (PDT) Received: by 10.103.179.15 with HTTP; Fri, 29 Aug 2008 12:43:20 -0700 (PDT) Message-ID: <7f3ed2c30808291243x3ca7133cl5e15353368b25480@mail.gmail.com> Date: Fri, 29 Aug 2008 21:43:20 +0200 To: "Stanislav Malyshev" Cc: "Felipe Pena" , "Marcus Boerger" , "Lukas Kahwe Smith" , "PHP Internals List" , "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" In-Reply-To: <48B6E3A8.8030903@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64B4CECA-980F-4738-8B05-E7935741D7BB@pooteeweet.org> <7f3ed2c30808271132x7443ea3gc4df903a3a2c73ec@mail.gmail.com> <322434106.20080827234712@marcus-boerger.de> <1219885057.5961.13.camel@pena> <7f3ed2c30808272332m3066d1e5s677bb91f4b80c4b5@mail.gmail.com> <48B6E3A8.8030903@zend.com> Subject: Re: [PHP-DEV] alpha2 scheduled From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Thu, Aug 28, 2008 at 19:43, Stanislav Malyshev wrote: > Hi! > >> I'm really sorry, but I have to ask. >> Since you can detect that this is a nested namespace, why can't we allow >> it? > > Because that's not how model was designed and it creates all kind of trouble > with name resolution. Basically, you get potentially infinite resolution > path. You don't want to go there. And frankly, there's absolutely no need. Seems like you are answering lot of questions about namespaces lately with "that's not how the model was designed". Guess it should have been designed in the open to begin with. Thanks -Hannes