Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41657 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70995 invoked from network); 4 Nov 2008 18:05:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Nov 2008 18:05:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.133 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.133 smtprelay-virgin0133.hostedemail.com Received: from [64.99.136.133] ([64.99.136.133:40753] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8C/0C-15458-8EE80194 for ; Tue, 04 Nov 2008 13:05:28 -0500 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay05.hostedemail.com (Postfix) with SMTP id D2A2C1F15F60; Tue, 4 Nov 2008 18:05:20 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 10,1,0,3bff86f289b6b8da,691ff1dea13fdf9b,steph@php.net,greg@chiaraquartet.net:mls@pooteeweet.org:cschneid@cschneid.com:internals@lists.php.net,RULES_HIT:355:379:539:540:541:542:543:567:599:601:967:973:980:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1538:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2194:2199:2379:2393:2525:2559:2563:2682:2685:2828:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3352:3622:3865:3866:3867:3868:3869:3870:3872:3876:3877:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4886:5007:6114:6119:6261:7653:7679:7875:8501:8599:8987:9010:9025:9108:9388,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 omf11.hostedemail.com (Postfix) with ESMTP; Tue, 4 Nov 2008 18:05:19 +0000 (UTC) Message-ID: <03b301c93ea8$2ac5e550$3ffc1f3e@foxbox> To: "Gregory Beaver" , "Lukas Kahwe Smith" Cc: "Christian Schneider" , "PHP Development" References: <49048EC1.9060908@chiaraquartet.net> <49061E01.8060503@zend.com> <11c607a60810271344i1a8cf53fl149447ad2f687f99@mail.gmail.com> <490628DB.9060209@zend.com> <11c607a60810271422l68949427pe31786275b0b152c@mail.gmail.com> <08747094-6B50-4A0D-9057-DFD12108B6C6@caedmon.net> <94CCB864-179A-48DA-A89A-3859796A9257@pooteeweet.org> <49063A1D.7070804@zend.com> <4906405F.7090205@zend.com> <490747B2.2010201@zend.com> <4D9A8597-EFE6-418A-B7F6-EAD9ED2361A5@pooteeweet.org> <7FA6946B-57B9-4BC0-B2F1-AFD47572F363@pooteeweet.org> <491071EC.7020501@cschneid.com> <49107527.7060604@chiaraquartet.net> <49108D69.3090504@chiaraquartet.net> Date: Tue, 4 Nov 2008 18:06:59 -0000 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] namespace separator and whining From: steph@php.net ("Steph Fox") Hi Greg, > By doing the resolution I've suggested (and Stas, incidentally, was the > first to suggest this): > > classes: > 1) ns\class > 2) autoload ns\class > 3) FAILBOAT > > functions/constants: > 1) ns\func or ns\const > 2) internal func\const > 3) FAILBOAT > > We get the best of #1 and the best of #2, and it makes coding easier in > the long run. Stefan just convinced me of this in a *much* shorter post :) +1 - Steph > > Greg > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >