Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31684 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51561 invoked by uid 1010); 17 Aug 2007 15:24:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51535 invoked from network); 17 Aug 2007 15:24:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2007 15:24:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.169 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 66.249.92.169 ug-out-1314.google.com Received: from [66.249.92.169] ([66.249.92.169:45076] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/40-49531-DBDB5C64 for ; Fri, 17 Aug 2007 11:24:51 -0400 Received: by ug-out-1314.google.com with SMTP id c2so398965ugf for ; Fri, 17 Aug 2007 08:24:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=sNHXmwwueJDlBduUDCfVelPGGr/ULiMqEZdDtlScZnB0PwGA3pJLl+ob1wj3P2VWjwswNA9BNcfBgkJXk+nzYbchbbzb8MHppE3BZVm3DBDBH34XEeQuEdAdNKto97epwrbTbuCzSobaKeM0Nos39m3Sf57bIg6NfRAYqRwZZtg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=If7+aiuMdutV1TuIvJoZRmztOFj6YPm1T0dqXJW/UEt53LzaTeWMoyw6OwXiU7ej9P3tBptIIWlFSYNiQUVE3LrzXk/lqXLKyu3FXbTOD9+cuZ52cee9Hd4hlmv7SuEZyocsroePDsmQx/9L3W+qNaJ9GXXNQR8pjpMl6GjPAaY= Received: by 10.142.214.5 with SMTP id m5mr190925wfg.1187363903123; Fri, 17 Aug 2007 08:18:23 -0700 (PDT) Received: by 10.143.33.15 with HTTP; Fri, 17 Aug 2007 08:18:23 -0700 (PDT) Message-ID: Date: Fri, 17 Aug 2007 11:18:23 -0400 Sender: david.coallier@gmail.com To: "Ilia Alshanetsky" Cc: RQuadling@googlemail.com, "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" , "PHP Internals List" In-Reply-To: <6777095A-B8FE-404C-9575-9C5740A722F2@prohost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1186737992.2772.57.camel@johannes.nop> <1187357063.3724.69.camel@johannes.nop> <10845a340708170806j78b79842k1aa542f5f215769e@mail.gmail.com> <6777095A-B8FE-404C-9575-9C5740A722F2@prohost.org> X-Google-Sender-Auth: 4a40fb50fd92098c Subject: Re: [PHP-DEV] Renaming namespaces to packages From: davidc@php.net ("David Coallier") On 8/17/07, Ilia Alshanetsky wrote: > While PHP implementation of namespaces is may not be 100% of what > people consider to be namespaces it is close enough and I think the > name "namespaces" is most appropriate and clear cut. We don't call > PHP objects "Zend Objects" or some other strange name, I don't see > why namespaces should be any different IMHO. > If we start calling things what they are, then we might as well do it for the *namespaces* as well ? So ccall them package. And Stanislav, it's not only because java does it that way, it's because python also does, and also because c++ doesn't. After all, why discussing the color of the bikeshed when it's already painted and it's a dogshed ? > > 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/ > >> 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 > >>> as our > >>> implementation is more package-like. Therefore I wrote the > >>> corresponding > >>> patch which tries to get rid of all "namespaces" and "ns" (well, > >>> 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 > >>> history > >>> of the tests? Then please cp ZendEngine2/tests/ns_* to pkg_* > >>> 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 > >>> 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 > >> > >> > > > > > > -- > > ----- > > Richard Quadling > > Zend Certified Engineer : http://zend.com/zce.php? > > c=3DZEND002498&r=3D213474731 > > "Standing on the shoulders of some very clever giants!" > > Ilia Alshanetsky > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 David Coallier, Founder & Software Architect, Agora Production (http://agoraproduction.com) 51.42.06.70.18