Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20959 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95442 invoked by uid 1010); 1 Dec 2005 16:10:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95426 invoked from network); 1 Dec 2005 16:10:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2005 16:10:24 -0000 X-Host-Fingerprint: 84.60.26.23 dslb-084-060-026-023.pools.arcor-ip.net Received: from ([84.60.26.23:11218] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 21/25-14828-0702F834 for ; Thu, 01 Dec 2005 11:10:24 -0500 Message-ID: <21.25.14828.0702F834@pb1.pair.com> To: internals@lists.php.net Date: Thu, 01 Dec 2005 17:10:04 +0100 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 References: <000601c5f583$2490afb0$5d54edc6@jake> <2E.2A.14828.8F93E834@pb1.pair.com> <5C.BC.14828.95D4E834@pb1.pair.com> <438E6759.90300@gmail.com> <54.71.14828.46B1F834@pb1.pair.com> In-Reply-To: <54.71.14828.46B1F834@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Posted-By: 84.60.26.23 Subject: Re: Desired namespace behavoir From: oliver.graetz@arcor.de (=?ISO-8859-15?Q?Oliver_Gr=E4tz?=) l0t3k schrieb: > Language behaviour should absolutely NOT depend on an .ini setting. Using an .ini setting was just an idea so there would be a possibility to have namespaces totally "hidden" from the beginning programmer. This honors the KISS priciple: You require() some package and don't even need to know what namespaces are despite the fact that the package actually uses them! Of couse it would also be possible to simply activate this by some function like core_namespaces_autoprefix(true); OLLi