Re: [PHP] safe mode and file handling

2002-03-01 Thread Jim Lucas [php]
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 01, 2002 1:21 PM Subject: [PHP] safe mode and file handling > I and my www space provider have fought with a problem. All > files/directories created by PHP are owned by nobody/nobody and we want > them to be creat

Re: [PHP] safe mode and file handling

2002-03-01 Thread Rasmus Lerdorf
The easiest way to make this work is to use open_basedir settings instead of safe_mode. Safe_mode is specifically created to prevent you from doing what you are trying to do. -Rasmus On Fri, 1 Mar 2002, Mika Lindqvist wrote: > I and my www space provider have fought with a problem. All > files

[PHP] safe mode and file handling

2002-03-01 Thread Mika Lindqvist
I and my www space provider have fought with a problem. All files/directories created by PHP are owned by nobody/nobody and we want them to be created by my own uid/guid. How this would be solved by least amount of modification in the scripts. The problem is in that safe mode requires that the s