Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33863 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48762 invoked by uid 1010); 8 Dec 2007 12:10:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48746 invoked from network); 8 Dec 2007 12:10:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2007 12:10:06 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=permerror; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zend.com from 64.97.136.159 cause and error) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.159 smtpout0159.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.159] ([64.97.136.159:13700] helo=n082.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/E3-20482-D998A574 for ; Sat, 08 Dec 2007 07:10:06 -0500 Received: from sc1-out04.emaildefenseservice.com (64.97.139.2) by n082.sc1.he.tucows.com (7.2.069.1) id 475869C200038195; Sat, 8 Dec 2007 12:09:48 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,d1fbeedfc76a4e8d,e025034eef01d9fa,steph@zend.com,-,RULES_HIT:152:355:379:539:540:541:542:543:567:599:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1538:1568:1587:1593:1594:1676:1711:1714:1730:1747:1766:1792:2073:2075:2078:2194:2199:2379:2393:2559:2562:3027:3622:3865:3866:3867:3868:3870:3872:3873:3874:5007:6261,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none X-Spamcatcher-Explanation: Received: from foxbox (unknown [64.97.206.40]) (Authenticated sender: steph.fox) by sc1-out04.emaildefenseservice.com (Postfix) with ESMTP; Sat, 8 Dec 2007 12:09:47 +0000 (UTC) Message-ID: <000c01c83993$4e9f5620$e6dfc350@foxbox> Reply-To: "Steph Fox" To: "Matthias Pigulla" , "Gregory Beaver" Cc: "Derick Rethans" , "PHP Developers Mailing List" References: <4758A390.4040402@chiaraquartet.net> <00A2E2156BEE8446A81C8881AE117F199A06B9@companyweb> <4759848D.5050007@chiaraquartet.net> <00A2E2156BEE8446A81C8881AE117F199A06C2@companyweb> Date: Sat, 8 Dec 2007 01:37:14 -0000 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] A rebuttal to Re: RFC: Dropping Namespace From: steph@zend.com ("Steph Fox") Hi Matthias, > Let alone __php__. If you just put all of your code into namespace Mylib, > you're not safe because according to the name resolution rules, internal > classes come after imported ones but before trying to find classes in the > current namespace. I'd missed that :-( and from what I gather, there's no way to safely change it either. OK, apologies for the noise. - Steph