Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41246 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6980 invoked from network); 17 Oct 2008 20:09:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Oct 2008 20:09:26 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 208.83.222.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 208.83.222.18 unknown Linux 2.6 Received: from [208.83.222.18] ([208.83.222.18:49543] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/D2-19022-4F0F8F84 for ; Fri, 17 Oct 2008 16:09:24 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 0E813C0FFC2; Fri, 17 Oct 2008 13:09:14 -0700 (MST) Received: from pcp077478pcs.unl.edu (pcp077478pcs.unl.edu [129.93.148.85]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id C30CFC0FFAD; Fri, 17 Oct 2008 13:09:13 -0700 (MST) Message-ID: <48F8F0F0.4060209@chiaraquartet.net> Date: Fri, 17 Oct 2008 15:09:20 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Stefan Walk CC: internals@lists.php.net References: <48F653FF.5010106@chiaraquartet.net> <48F7D98E.1000003@zend.com> <48F7F238.8040703@chiaraquartet.net> <200810171755.55594.et@php.net> In-Reply-To: <200810171755.55594.et@php.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] my last attempt at sanity with namespaces From: greg@chiaraquartet.net (Greg Beaver) Stefan Walk wrote: > On Friday 17 October 2008 04:02:32 Gregory Beaver wrote: >> Hi Stas, >> >> This is not what is proposed. The E_WARNING is *only* on a name >> conflict. Please re-read or try the patch: >> >> http://pear.php.net/~greg/resolve_conflict.patch.txt >> >> Greg > > Any particular reason why it defaults to seeing it as a namespace member > function and not as a static method call? I'd guess it "guesses wrong" more > often this way. It avoids autoload attempts for namespace functions. Greg