Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38624 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9535 invoked from network); 26 Jun 2008 03:59:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jun 2008 03:59:30 -0000 Authentication-Results: pb1.pair.com header.from=jochem@iamjochem.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jochem@iamjochem.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iamjochem.com from 194.109.193.121 cause and error) X-PHP-List-Original-Sender: jochem@iamjochem.com X-Host-Fingerprint: 194.109.193.121 mx1.moulin.nl Linux 2.6 Received: from [194.109.193.121] ([194.109.193.121:48160] helo=mx1.moulin.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/C2-20985-12413684 for ; Wed, 25 Jun 2008 23:59:30 -0400 Received: from localhost (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id 1F39926CBB8; Thu, 26 Jun 2008 05:59:26 +0200 (CEST) X-Virus-Scanned: amavisd-new at moulin.nl Received: from mx1.moulin.nl ([127.0.0.1]) by localhost (mx1.moulin.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BTtuqJ00zdsu; Thu, 26 Jun 2008 05:59:19 +0200 (CEST) Received: from [10.0.13.104] (ip129-15-211-87.adsl2.static.versatel.nl [87.211.15.129]) by mx1.moulin.nl (Postfix) with ESMTP id 0C6C426CB4F; Thu, 26 Jun 2008 05:59:19 +0200 (CEST) Message-ID: <48631417.70304@iamjochem.com> Date: Thu, 26 Jun 2008 05:59:19 +0200 User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Greg Beaver CC: Derick Rethans , Andi Gutmans , Stanislav Malyshev , Dmitry Stogov , internals Mailing List References: <485BD1C0.8040302@chiaraquartet.net> <48629FA5.3050201@chiaraquartet.net> In-Reply-To: <48629FA5.3050201@chiaraquartet.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] simple solution to another namespace conundrum? From: jochem@iamjochem.com (Jochem Maas) Greg Beaver schreef: > Derick Rethans wrote: .. > The real WTF comes into play when you have a static method that resolves > to the same name as a namespaced function, something that absolutely > must be worked out prior to PHP 5.3's release. I know a few ideas are > percolating about on this one from the people I've talked to on and > off-list, I am looking forward to the ultimate resolution. is it just me or does that come down to choosing the wrong namespace delimiter? anything other than '::' would allow both the engine and user code (e.g. __autoload()) to differentiate when a namespace is used or not, no? > > Greg >