Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31292 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88270 invoked by uid 1010); 27 Jul 2007 05:08:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88247 invoked from network); 27 Jul 2007 05:08:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2007 05:08:48 -0000 Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.234 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 64.233.162.234 nz-out-0506.google.com Received: from [64.233.162.234] ([64.233.162.234:14631] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/73-62208-ADD79A64 for ; Fri, 27 Jul 2007 01:08:45 -0400 Received: by nz-out-0506.google.com with SMTP id x7so596213nzc for ; Thu, 26 Jul 2007 22:08:38 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kGdkGuse8pmquVIR5wZfkkJQFisxr1Derf7JJyKpXd0VQivf100dL/m6Pjk2qSoXSZgyTWHwzGfgN3B37CtSBbY1hiK2aBOyc7inKhc79jng290A+Rybi3SPOao68CiDttJUqX5YyYuUFVfNlAvwSnEEAfUydxxaabQnpp8vjgE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h6KTjKCdPvPZEI0yvObe+xa4lO+BiGLBzbzQQHnrpKShADM/O4XdI83qbbrhxNbOHlWy61jZR7sFiZCJY3OVRZdTG7SAo9krKuLsB+K3NXFPEUG/BaQhbaOQtJbZHMNj7AmanFHMDeA4IU2Ea4PmrAfpnhik+vgdPGCkXG2+Tmk= Received: by 10.142.226.2 with SMTP id y2mr75936wfg.1185512918220; Thu, 26 Jul 2007 22:08:38 -0700 (PDT) Received: by 10.142.84.16 with HTTP; Thu, 26 Jul 2007 22:08:38 -0700 (PDT) Message-ID: <7d5a202f0707262208s29855382k79d3cc1f5b1fab44@mail.gmail.com> Date: Fri, 27 Jul 2007 01:08:38 -0400 To: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1377908441.20070725011955@marcus-boerger.de> Subject: Re: [PHP-DEV] Question on namespaces From: judas.iscariote@gmail.com ("Cristian Rodriguez") On 7/25/07, Sebastian Bergmann wrote: > Marcus Boerger wrote: > > Can we change the keyword from 'namespace' to 'package'? > > I second that (e)motion. The current implementation of namespaces in PHP > is so close to Java's packages that naming it packages makes (more) > sense to me. Yes, that makes more sense ;-) +1