Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16980 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62682 invoked by uid 1010); 29 Jun 2005 02:30:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62663 invoked from network); 29 Jun 2005 02:30:40 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 29 Jun 2005 02:30:40 -0000 Received: from ([127.0.0.1:3933]) by pb1.pair.com (ecelerity 1.2 r(5656M)) with ECSTREAM id 24/B0-00424-FC702C24 for ; Tue, 28 Jun 2005 22:30:39 -0400 X-Host-Fingerprint: 64.233.184.200 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.200:37704] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 44/A0-00424-DD502C24 for ; Tue, 28 Jun 2005 22:22:21 -0400 Received: by wproxy.gmail.com with SMTP id 49so16349wri for ; Tue, 28 Jun 2005 19:22:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CtCTmijs+ziEiFliHmt8hiM8E37xEypZ14cFtm8jOwFQy8+VhsKqxKlg4JLygHs0Lg+C1Y2lel2qv0DBpwWqMjR4ssHCdfbktPRqxR1XoQq6T+ipmlPk/R163m8Q1Lf343SCyrW3mNEgWZwfTfr+ecubn6YUQxat877NNjdwiuw= Received: by 10.54.19.61 with SMTP id 61mr3249wrs; Tue, 28 Jun 2005 19:22:19 -0700 (PDT) Received: by 10.54.17.52 with HTTP; Tue, 28 Jun 2005 19:22:19 -0700 (PDT) Message-ID: <6ec19ec705062819224863c184@mail.gmail.com> Date: Tue, 28 Jun 2005 22:22:19 -0400 Reply-To: Paul Reinheimer To: internals@lists.php.net In-Reply-To: <9A.57.00424.C1411C24@pb1.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050624055017.25065.qmail@desk.crynwr.com> <04.19.22648.2895CB24@pb1.pair.com> <17088.50583.728119.993938@desk.crynwr.com> <9A.57.00424.C1411C24@pb1.pair.com> Subject: [PHP-DEV] Re: 'include' Considered Harmful From: preinheimer@gmail.com (Paul Reinheimer) Quoted Text: In other words, it can only be used to include files at or below the current directory. This is counter productive, it is a horrible idea to store include files within (/below) the document root, if you're going to suggest strange sweeping changes go the reverse direction, ensure that any include'd files are outside the document root (though possibly on the local server). paul