Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31683 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45120 invoked by uid 1010); 17 Aug 2007 15:12:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45105 invoked from network); 17 Aug 2007 15:12:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2007 15:12:07 -0000 Authentication-Results: pb1.pair.com header.from=ilia@prohost.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ilia@prohost.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain prohost.org from 66.249.82.226 cause and error) X-PHP-List-Original-Sender: ilia@prohost.org X-Host-Fingerprint: 66.249.82.226 wx-out-0506.google.com Received: from [66.249.82.226] ([66.249.82.226:13378] helo=wx-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/55-22668-4CAB5C64 for ; Fri, 17 Aug 2007 11:12:05 -0400 Received: by wx-out-0506.google.com with SMTP id i30so547417wxd for ; Fri, 17 Aug 2007 08:12:00 -0700 (PDT) Received: by 10.90.25.3 with SMTP id 3mr4608553agy.1187363520184; Fri, 17 Aug 2007 08:12:00 -0700 (PDT) Received: from ?192.168.1.164? ( [204.101.63.110]) by mx.google.com with ESMTPS id e27sm3215768elf.2007.08.17.08.11.59 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 17 Aug 2007 08:11:59 -0700 (PDT) In-Reply-To: <10845a340708170806j78b79842k1aa542f5f215769e@mail.gmail.com> References: <1186737992.2772.57.camel@johannes.nop> <1187357063.3724.69.camel@johannes.nop> <10845a340708170806j78b79842k1aa542f5f215769e@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-ID: <6777095A-B8FE-404C-9575-9C5740A722F2@prohost.org> Cc: =?ISO-8859-1?Q?"Johannes_Schl=FCter"?= , "PHP Internals List" Content-Transfer-Encoding: quoted-printable Date: Fri, 17 Aug 2007 11:11:57 -0400 To: RQuadling@GoogleMail.com X-Mailer: Apple Mail (2.752.3) Subject: Re: [PHP-DEV] Renaming namespaces to packages From: ilia@prohost.org (Ilia Alshanetsky) While PHP implementation of namespaces is may not be 100% of what =20 people consider to be namespaces it is close enough and I think the =20 name "namespaces" is most appropriate and clear cut. We don't call =20 PHP objects "Zend Objects" or some other strange name, I don't see =20 why namespaces should be any different IMHO. On 17-Aug-07, at 11:06 AM, Richard Quadling wrote: > Oh dear. I thought the general feeling was to stick with namespaces? > > On 17/08/07, Johannes Schl=FCter wrote: >> Hi, >> >> I've updated the patch to be compatible with Dmitry's latest changes: >> http://schlueters.de/~johannes/php/=20 >> zend_namespace_to_package_20070817.diff >> >> johannes >> >> On Fri, 2007-08-10 at 11:26 +0200, Johannes Schl=FCter wrote: >>> Hi, >>> >>> I think we reached the consensus to rename namespaces to packages =20= >>> as our >>> implementation is more package-like. Therefore I wrote the =20 >>> corresponding >>> patch which tries to get rid of all "namespaces" and "ns" (well, =20 >>> not all >>> "ns" only the namespace-related ones of course) used in the code. >>> Additionally I changed all package-tests. Any objections? >>> >>> Does anybody (with the move-on-CVS-server powers) care about the =20 >>> history >>> of the tests? Then please cp ZendEngine2/tests/ns_* to pkg_* =20 >>> there else >>> I'll do a simple cvs rm and cvs add. >>> >>> The patch is at >>> http://schlueters.de/~johannes/php/zend_namespace_to_package.diff =20= >>> and >>> the tarball with the changed tests at >>> http://schlueters.de/~johannes/php/zend_package_tests.tar.bz2 >>> >>> johannes >>> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > > --=20 > ----- > Richard Quadling > Zend Certified Engineer : http://zend.com/zce.php?=20 > c=3DZEND002498&r=3D213474731 > "Standing on the shoulders of some very clever giants!" Ilia Alshanetsky