Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41390 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55960 invoked from network); 26 Oct 2008 19:47:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Oct 2008 19:47:55 -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.174 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.174 smtprelay-virgin0174.hostedemail.com Received: from [64.99.136.174] ([64.99.136.174:60271] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/31-46868-569C4094 for ; Sun, 26 Oct 2008 14:47:54 -0500 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay05.hostedemail.com (Postfix) with SMTP id 14CAA1E3E2EA; Sun, 26 Oct 2008 19:47:47 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,a48ad6c43d135f4e,691ff1dea13fdf9b,steph@php.net,jani.taskinen@iki.fi:mls@pooteeweet.org:sb@sebastian-bergmann.de:internals@lists.php.net,RULES_HIT:355:379:539:540:541:542:543:567:599:967:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1537:1561:1587:1593:1594:1711:1714:1730:1747:1766:1792:2073:2075:2078:2393:2525:2553:2559:2564:2682:2685:2828:2857:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3657:3865:3868:3870:3873:3874:3876:3877:3934:3936:3938:3941:3944:3947:3950:3953:3956:5007:6114:6119:6261:7653:7679:7875:7903:8501:8784:8985:8987:9025: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 omf09.hostedemail.com (Postfix) with ESMTP; Sun, 26 Oct 2008 19:47:43 +0000 (UTC) Message-ID: <01d101c937a3$f9497e70$3ffc1f3e@foxbox> To: , "Lukas Kahwe Smith" Cc: "Sebastian Bergmann" , References: <49048EC1.9060908@chiaraquartet.net> <4904C60A.8010008@sci.fi> Date: Sun, 26 Oct 2008 19:49:30 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response 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") > And I must agree with Sebastian: How do you test something that isn't even > implemented yet? :D You apply the 'rough draft' patch against PHP_5_3 :D http://pear.php.net/~greg/backslash.sep.patch.txt As referenced in the original rfc for the backslash approach cited at http://wiki.php.net/rfc/namespaceseparator. - Steph