Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81562 invoked by uid 1010); 19 Sep 2005 20:51:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81547 invoked from network); 19 Sep 2005 20:51:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Sep 2005 20:51:14 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:53270] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4D/83-43379-0C42F234 for ; Mon, 19 Sep 2005 16:51:13 -0400 Received: from [192.168.1.3] (dsl-082-083-224-151.arcor-ip.net [82.83.224.151]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 1308835C37E; Mon, 19 Sep 2005 23:14:28 +0200 (CEST) Date: Mon, 19 Sep 2005 22:51:11 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1047985411.20050919225111@marcus-boerger.de> To: Thorsten Suckow-Homberg Cc: internals@lists.php.net In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Namespaces From: helly@php.net (Marcus Boerger) Hello Thorsten, no new INI settings, if require use the include_path done. marcus Monday, September 19, 2005, 10:47:47 PM, you 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 Best regards, Marcus