Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22580 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83001 invoked by uid 1010); 25 Mar 2006 17:01:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82986 invoked from network); 25 Mar 2006 17:01:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2006 17:01:27 -0000 X-Host-Fingerprint: 70.85.46.36 unknown Received: from ([70.85.46.36:44352] helo=prohost.org) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C0/3A-11806-76775244 for ; Sat, 25 Mar 2006 12:01:27 -0500 Received: (qmail 4418 invoked from network); 25 Mar 2006 17:01:24 -0000 Received: from prohost.org (HELO ?127.0.0.1?) (70.85.46.36) by prohost.org with SMTP; 25 Mar 2006 17:01:24 -0000 Message-ID: <44257764.4060406@prohost.org> Date: Sat, 25 Mar 2006 12:01:24 -0500 User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Rasmus Lerdorf CC: Sara Golemon , internals@lists.php.net References: <000a01c64fbc$cef29c50$88051fac@OHRLVN4523SG> <44257520.6070304@prohost.org> <4425761D.4020300@lerdorf.com> In-Reply-To: <4425761D.4020300@lerdorf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] open_basedir_for_include From: ilia@prohost.org (Ilia Alshanetsky) Rasmus Lerdorf wrote: > But it does prevent writing to those dirs. That should be the job of file permissions, let's use PEAR directory as an example. In normal circumstances only the root user can write to those dirs and everyone else has read-only access, therefor write permission would already be denied to those users. Ilia