Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32880 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90999 invoked by uid 1010); 20 Oct 2007 03:29:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90984 invoked from network); 20 Oct 2007 03:29:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2007 03:29:52 -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 38.99.98.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 38.99.98.18 beast.bluga.net Linux 2.6 Received: from [38.99.98.18] ([38.99.98.18:36633] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/A8-23508-E2679174 for ; Fri, 19 Oct 2007 23:29:51 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id C5F0BC0E535; Fri, 19 Oct 2007 20:29:47 -0700 (MST) Received: from [192.168.0.106] (CPE-76-84-13-199.neb.res.rr.com [76.84.13.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 3683EC0E531; Fri, 19 Oct 2007 20:29:47 -0700 (MST) Message-ID: <4719770D.4060606@chiaraquartet.net> Date: Fri, 19 Oct 2007 22:33:33 -0500 User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: Chuck Hagenbuch CC: internals@lists.php.net, Dmitry Stogov , Stanislav Malyshev References: <20071019224202.20245u5zry52h5c8@technest.org> <47196F1A.80400@chiaraquartet.net> <20071019232604.201461xbgzwes1n0@technest.org> In-Reply-To: <20071019232604.201461xbgzwes1n0@technest.org> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] Re: Order of class resolution with namespaces and autoload From: greg@chiaraquartet.net (Gregory Beaver) Chuck Hagenbuch wrote: > So, if I want a "global" exception, I use ::Exception. If I say > Exception, then I mean my namespace's Exception with no fallback. And > if I want another namespace's Exception, I import it (import > Other::Exception). I (and PEAR) could live with this. I don't have a patch to back this up, so it is sort of up to Dmitry/Stas unless someone else feels like grokking the source and making one. Greg