Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19088 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84500 invoked by uid 1010); 19 Sep 2005 20:55:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84485 invoked from network); 19 Sep 2005 20:55:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Sep 2005 20:55:45 -0000 X-Host-Fingerprint: 67.18.30.226 unknown Windows 2000 SP4, XP SP1 Received: from ([67.18.30.226:1087] helo=aspteam01.asp-team.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 5C/F3-43379-0D52F234 for ; Mon, 19 Sep 2005 16:55:44 -0400 Received: from [127.0.0.1] ([24.97.207.99]) by asp-team.com with MailEnable ESMTP; Mon, 19 Sep 2005 15:55:41 -0500 Message-ID: <432F25D0.8070300@unFocus.com> Date: Mon, 19 Sep 2005 16:55:44 -0400 User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0538-2, 09/19/2005), Outbound message X-Antivirus-Status: Clean Subject: Re: [PHP-DEV] Namespaces From: CaptainN@unFocus.com (Kevin Newman) Do namespaces require a class repository functionality at all? My understanding is that PHP runs straight through a script (and through included files - inline), except when calling files with __autoload (which is why it takes a performance hit?). Is that correct? Kevin N. Thorsten Suckow-Homberg wrote: > Hi, > > I am currently testing Jessie Hernandez Namespace Patch and I see some > problems in the lack of an appropriate ini-Setting that points to a path > where the user's class-repositories resist. > > I know this has been discussed, but I can't find the proper disussion-leaf, > so if someone could point me into the right direction... > > Anyway, my thoughts on this are that with an optional ini-setting the > userland definition of __autoload() could be automatically skipped. Any > comments on this? > > Kind regards > > Thorsten Suckow-Homberg > >