Re: [PHP] PHP and permissions

2002-03-13 Thread Jan Rademaker
On Wed, 13 Mar 2002, Jan Rademaker wrote: > On Tue, 12 Mar 2002, Don wrote: > > > I did. That's why I'm confused. phpinfo() is telling me that the user is > > myself (I don't see the group). So what is the "permission" difference > > between running PHP and logging on to the server via telnet

Re: [PHP] PHP and permissions

2002-03-13 Thread Jan Rademaker
On Tue, 12 Mar 2002, Don wrote: > I did. That's why I'm confused. phpinfo() is telling me that the user is > myself (I don't see the group). So what is the "permission" difference > between running PHP and logging on to the server via telnet as myself? you should be able to find the group id

Re: [PHP] PHP and permissions

2002-03-13 Thread Jason Wong
On Wednesday 13 March 2002 08:55, Don wrote: > I did. That's why I'm confused. phpinfo() is telling me that the user is > myself (I don't see the group). So what is the "permission" difference > between running PHP and logging on to the server via telnet as myself? > > > On Tue, 12 Mar 2002, D

Re: [PHP] PHP and permissions

2002-03-13 Thread Don
I did. That's why I'm confused. phpinfo() is telling me that the user is myself (I don't see the group). So what is the "permission" difference between running PHP and logging on to the server via telnet as myself? > On Tue, 12 Mar 2002, Don wrote: > > use phpinfo() to find that out... > > >

Re: [PHP] PHP and permissions

2002-03-12 Thread Jan Rademaker
On Tue, 12 Mar 2002, Don wrote: use phpinfo() to find that out... > Hi, > > I have a question about how PHP runs. I have a file on my FreeBSD server that is >owned by another user but is the same group as myself. The file has read/write >permissions for the user only. Therefore, when I log

[PHP] PHP and permissions

2002-03-12 Thread Don
Hi, I have a question about how PHP runs. I have a file on my FreeBSD server that is owned by another user but is the same group as myself. The file has read/write permissions for the user only. Therefore, when I log onto the server I cannot read or write to the file. In fact, I can not ev

[PHP] PHP and permissions/ownership

2001-12-24 Thread Gaylen Fraley
I'll try to be both concise and precise with this. I have some PHP code like this: if (!rename($path_to_file,$path_to_file_BACKUP)) die("$unable_to_access_file_msg $path_to_file_BACKUP"); $buffersize = round(filesize($path_to_file_BACKUP)*1.5); $fp_in = fopen("$path_to_file_BACKUP","r") or di