Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17497 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13516 invoked by uid 1010); 2 Aug 2005 15:17:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13501 invoked from network); 2 Aug 2005 15:17:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2005 15:17:43 -0000 X-Host-Fingerprint: 63.118.113.4 miami4.us.univision.com Received: from ([63.118.113.4:23889] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 7E/1F-04646-79E8FE24 for ; Tue, 02 Aug 2005 11:17:43 -0400 Message-ID: <7E.1F.04646.79E8FE24@pb1.pair.com> To: internals@lists.php.net References: <42EF3C7D.9000105@supernerd.com> Date: Tue, 2 Aug 2005 11:17:45 -0400 Lines: 14 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Posted-By: 63.118.113.4 Subject: Re: [PHP-DEV] [PATCH] Namespace Patch, Beta 1 From: jrhernandez05@gmail.com ("Jessie Hernandez") Forgot to mention, since I expect the majority of users to follow the PEAR convention for their classes (basically one class per file, file is named like class, with "namespace" directories), then maybe a default implementation can be provided in SPL's autoload. That way, namespace imports can be used "out of the box". Marcus, what do you think? Regards, Jessie Hernandez