Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52141 invoked from network); 14 Mar 2003 23:54:30 -0000 Received: from unknown (HELO tsunami4.tsunamihost.ch) (80.74.132.95) by pb1.pair.com with SMTP; 14 Mar 2003 23:54:30 -0000 Received: (qmail 27893 invoked from network); 14 Mar 2003 23:54:29 -0000 Received: from unknown (HELO san) (daniel@lorch.cc@212.254.99.157) by tsunami4.tsunamihost.ch with SMTP; 14 Mar 2003 23:54:29 -0000 Date: Sat, 15 Mar 2003 00:56:42 +0000 To: Derick Rethans Cc: kelvin@kelvinjones.co.uk,internals@lists.php.net Message-ID: <20030315005642.19b17149.daniel@lorch.cc> In-Reply-To: References: <20030313162422.27883.qmail@pb1.pair.com> X-Mailer: ? Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Relative include feedback From: daniel@lorch.cc (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