Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32598 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65388 invoked by uid 1010); 3 Oct 2007 15:11:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65373 invoked from network); 3 Oct 2007 15:11:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Oct 2007 15:11:50 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:55894] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/7C-23468-431B3074 for ; Wed, 03 Oct 2007 11:11:49 -0400 Received: from dhcp-172-28-204-225.zrh.corp.google.com (unknown [193.142.125.1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 8BF4E1B3657; Wed, 3 Oct 2007 17:11:40 +0200 (CEST) Date: Wed, 3 Oct 2007 17:11:40 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <721135323.20071003171140@marcus-boerger.de> To: Stanislav Malyshev CC: Markus Fischer , Greg Beaver , Benjamin Schulz , In-Reply-To: <4702A840.2050002@zend.com> References: <470295DA.6090602@php.net> <4702A699.9080702@fischer.name> <4702A840.2050002@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: namespaces: import name conflicts with defined class From: helly@php.net (Marcus Boerger) Hello Stanislav, perfectly right :-) Tuesday, October 2, 2007, 10:21:20 PM, you wrote: >> But how to know in advance, e.g. think about other libraries, which >> public classes possibly exist? Isn't this problematic then? > That should be simple - if you write library using namespaces, no public > classes would exist except for the internal ones :) > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com http://www.zend.com/ > (408)253-8829 MSN: stas@zend.com Best regards, Marcus