Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15022 invoked from network); 17 Mar 2003 09:34:05 -0000 Received: from unknown (HELO ns2.valuehost.co.uk) (62.115.255.86) by pb1.pair.com with SMTP; 17 Mar 2003 09:34:05 -0000 Received: (from mail@localhost) by ns2.valuehost.co.uk (8.11.6/8.11.6) id h2H9W4h20793; Mon, 17 Mar 2003 12:32:04 +0300 (MSK) (envelope-from kelvin@kelvinjones.co.uk) X-Authentication-Warning: ns2.valuehost.co.uk: mail set sender to kelvin@kelvinjones.co.uk using -f Received: from 212.135.80.135 ( [212.135.80.135]) as user kelvin@kelvinjones.co.uk@localhost by mail.kelvinjones.co.uk with HTTP; Mon, 17 Mar 2003 12:32:04 +0300 Message-ID: <1047893524.3e75961451f5d@mail.kelvinjones.co.uk> Date: Mon, 17 Mar 2003 12:32:04 +0300 To: Daniel Lorch Cc: Derick Rethans , internals@lists.php.net References: <20030313162422.27883.qmail@pb1.pair.com> <20030315005642.19b17149.daniel@lorch.cc> In-Reply-To: <20030315005642.19b17149.daniel@lorch.cc> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs Subject: Re: [PHP-DEV] Relative include feedback From: kelvin@kelvinjones.co.uk That's right. And not only that.. not all people have access to set things like the include path themselves, and would have to do it in every script they run using ini_set (). And just because there's a workaround for a problem, doesn't mean we can't provide a better solution. Kelvin Quoting Daniel Lorch : > hi, > > > > What do you think? > > > > Just set your include path correctly? > > I don't think that was his point. If file A includes file B and file B in- > cludes another file, say file C, then file C will be included with the re- > lative path of file A (and not file B as expected). > > -daniel