Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31551 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85197 invoked by uid 1010); 13 Aug 2007 16:06:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85182 invoked from network); 13 Aug 2007 16:06:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Aug 2007 16:06:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=d.giedrius@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=d.giedrius@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.190 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: d.giedrius@gmail.com X-Host-Fingerprint: 209.85.198.190 rv-out-0910.google.com Received: from [209.85.198.190] ([209.85.198.190:2018] helo=rv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/10-17332-88180C64 for ; Mon, 13 Aug 2007 12:06:33 -0400 Received: by rv-out-0910.google.com with SMTP id k15so1279427rvb for ; Mon, 13 Aug 2007 09:06:29 -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=IOnMwY3vT16/XkhN7KQmntG+TPBalw9ZiW9lpQC+8rXlBEwHlkB8p7U3FFf8BvjDmdABcQ4AmCqxRNgXszt+LUk283gFbOhoQw/H4xf3alIMkJmNSrfXNfF+MLnOpI/tEzvG0YI/f3pwn1DvCxltl28q9YUlncAm3YxUHv5cBmY= 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=sUpP3UPJizGkRITvNNn5ET6fetyV04pJLOwypDWg9Jvg5z1ssNlvXXaVinUpLYkoKRbwta9gk3jUWDkEJiH0sn1v0mAPnXFZHC482IP2KN1w3qQIgjVSz4BBOO/b/34nrWfnrxdcDEDec2uaMZfx9mgvB8HaRJAnzARtxidQc8I= Received: by 10.114.132.5 with SMTP id f5mr1928564wad.1187021189517; Mon, 13 Aug 2007 09:06:29 -0700 (PDT) Received: by 10.114.144.12 with HTTP; Mon, 13 Aug 2007 09:06:29 -0700 (PDT) Message-ID: <3d1a63d10708130906s416af9e0i5b9781100c2bde42@mail.gmail.com> Date: Mon, 13 Aug 2007 19:06:29 +0300 To: Tijnema Cc: "Larry Garfield" , internals@lists.php.net 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> <46C04DD4.8060205@keryx.se> <200708130835.04488.larry@garfieldtech.com> Subject: Re: [Fwd: Re: [PHP-DEV] Renaming namespaces to packages] From: d.giedrius@gmail.com ("Giedrius D") It isn't C++-like namespaces and it isn't Java-like packages. So it doesn't really matters what name will be used. It will confuse newcomers from any language anyway. I came to PHP from C++ and I find my self confused from time to time even though I code in PHP for a few years now. There are already more then one thing in named just the same as in C++ but implemented differently. One more thing woun't change anything. FWIW, I vote for `namespace`. BTW, if we are talking about the names already I have a question. Why `import`? Why not `use`? AFAIK it's reserved and not used for anything and IMHO it's better pair for `namespace`. Regards, Giedrius