Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31258 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18653 invoked by uid 1010); 25 Jul 2007 05:36:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18638 invoked from network); 25 Jul 2007 05:36:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jul 2007 05:36:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:64233] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/00-16660-171E6A64 for ; Wed, 25 Jul 2007 01:36:53 -0400 Received: (qmail 6547 invoked from network); 25 Jul 2007 05:36:46 -0000 Received: from internal.zend.office (HELO thinkpad) (10.1.1.1) by internal.zend.office with SMTP; 25 Jul 2007 05:36:46 -0000 To: "'Marcus Boerger'" , "'Dmitry Stogov'" , Cc: "Stanislav Malyshev" Date: Wed, 25 Jul 2007 09:36:41 +0400 Message-ID: <000001c7ce7d$c8d40340$6e02a8c0@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal In-Reply-To: <1377908441.20070725011955@marcus-boerger.de> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Subject: RE: Question on namespaces From: dmitry@zend.com ("Dmitry Stogov") References: <1377908441.20070725011955@marcus-boerger.de> Different languages have different 'package' model too. For example Java, Ada and Python have packages, but they are too different. BTW PHP's implementation is similar to Java packages and may be you are right about renaming. Thanks. Dmitry. > -----Original Message----- > From: Marcus Boerger [mailto:helly@php.net] > Sent: Wednesday, July 25, 2007 3:20 AM > To: Dmitry Stogov; internals@lists.php.net > Subject: Question on namespaces > > > Hello Dmitry, all, > > thanks for the namespaces. > > My only concern is that you took a package model and named > it namespaces. Can we change the keyword from 'namespace' to > 'package'? > > Best regards, > Marcus >