Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22125 invoked from network); 17 Oct 2008 00:17:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2008 00:17:59 -0000 Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.166 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.166 smtprelay-virgin0166.hostedemail.com Received: from [64.99.136.166] ([64.99.136.166:38344] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/1D-12818-6B9D7F84 for ; Thu, 16 Oct 2008 20:17:59 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay05.hostedemail.com (Postfix) with SMTP id 3C24B1A8E586; Fri, 17 Oct 2008 00:17:56 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 10,1,0,56d6179f17aa9aba,691ff1dea13fdf9b,steph@php.net,scott@macvicar.net:greg@chiaraquartet.net:internals@lists.php.net,RULES_HIT:15:355:379:539:540:541:542:543:567:599:601:945:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1539:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:2693:2828:3027:3352:3622:3865:3866:3867:3868:3871:3872:3873:3874:3876:3877:4250:5007:6114:6261:7653:7875:7901,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Received: from foxbox (62-31-252-63.cable.ubr07.shef.blueyonder.co.uk [62.31.252.63]) (Authenticated sender: steph.fox) by omf13.hostedemail.com (Postfix) with ESMTP; Fri, 17 Oct 2008 00:17:55 +0000 (UTC) Message-ID: <002501c92fee$0d296b70$3ffc1f3e@foxbox> To: "Scott MacVicar" , "Greg Beaver" Cc: "PHP Developers Mailing List" References: <48F653FF.5010106@chiaraquartet.net> <48F7D0F6.20707@macvicar.net> Date: Fri, 17 Oct 2008 01:19:39 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; 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 X-session-marker: 73746570682E666F78 Subject: Re: [PHP-DEV] my last attempt at sanity with namespaces From: steph@php.net ("Steph Fox") Heya Scott, > I'd much rather see ::: used and don't care too much about those with > code already written, we never guarantee BC on unreleased versions. Well, that narrows it down to #1 or #2. > Though I don't object to #3 at all either, so indifferent! OK, so we have #1, #2 or #3 now from you. What should I put down as your primary vote? > Regarding internal class resolving, it seems logical but will slow down > resolution within namespaces. But I doubt this is much of an issue as it > doesn't affect those not using namespaces. This appears to have been resolved between the two (and everybody else) now. Greg and Stas actually want the same thing here, they just misunderstood one another. (@Greg, @Stas: correct me if I'm wrong.) - Steph