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