Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41375 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40942 invoked from network); 25 Oct 2008 21:07:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Oct 2008 21:07:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=david@grudl.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=david@grudl.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain grudl.com from 72.14.220.152 cause and error) X-PHP-List-Original-Sender: david@grudl.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:63441] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/11-29251-3AA83094 for ; Sat, 25 Oct 2008 17:07:48 -0400 Received: by fg-out-1718.google.com with SMTP id 16so1596201fgg.23 for ; Sat, 25 Oct 2008 14:07:45 -0700 (PDT) Received: by 10.86.3.4 with SMTP id 4mr1600949fgc.44.1224968865007; Sat, 25 Oct 2008 14:07:45 -0700 (PDT) Received: from ?192.168.1.23? ([77.240.188.66]) by mx.google.com with ESMTPS id l12sm3613627fgb.6.2008.10.25.14.07.42 (version=SSLv3 cipher=RC4-MD5); Sat, 25 Oct 2008 14:07:43 -0700 (PDT) Message-ID: <49038A84.7060501@grudl.com> Date: Sat, 25 Oct 2008 23:07:16 +0200 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: PHP internals References: <46BD96DF-B594-490C-9812-D7ACDD976205@pooteeweet.org> In-Reply-To: <46BD96DF-B594-490C-9812-D7ACDD976205@pooteeweet.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: From: david@grudl.com (David Grudl) I hope it is only very bad joke :-( namespace myNamespace; class theLoader { function load($class) { ... } } // somewhere else spl_autoload_register(array("myNamespace\theLoader", "load")); -> registers myNamespaceheLoader::load() David Grudl -------- Původní zpráva -------- Předmět: Od: mls@pooteeweet.org (Lukas Kahwe Smith) Komu: Datum: 25.10.2008 20:07 > Hi all, > > Thx to the initiative of Scott and Steph we had an IRC discussion with > several code developers. The result is that we have decided to go with > backslash as new separator for namespaces. The IRC log that illustrates > why we in the end decided to go with changing the separator and the > final decision on backslash can be found on the wiki [1].