Re: [PHP] iterating over /etc/group

2001-07-05 Thread teo
Hi Arcady! On Wed, 04 Jul 2001, Arcady Genkin wrote: > [EMAIL PROTECTED] writes: > > > On Wed, 04 Jul 2001, Arcady Genkin wrote: > > > > > Does PHP provide no high-level means of iterating over the UNIX > > > /etc/group file, a la getgrent() C function? The task is to figure > > > out all grou

Re: [PHP] iterating over /etc/group

2001-07-04 Thread Arcady Genkin
[EMAIL PROTECTED] writes: > On Wed, 04 Jul 2001, Arcady Genkin wrote: > > > Does PHP provide no high-level means of iterating over the UNIX > > /etc/group file, a la getgrent() C function? The task is to figure > > out all groups that a user is in on a system with PHP in _safe mode_ > > (hence,

Re: [PHP] iterating over /etc/group

2001-07-04 Thread teo
Hi Arcady! On Wed, 04 Jul 2001, Arcady Genkin wrote: > Does PHP provide no high-level means of iterating over the UNIX > /etc/group file, a la getgrent() C function? The task is to figure > out all groups that a user is in on a system with PHP in _safe mode_ > (hence, cannot read from /etc/group