[PHP-DEV] Bug #12025: posix_getgrnam() failed From: abo <email protected>
Date: 07/10/01

From: abo <email protected>
Operating system: Debian Gnu/Linux Unstable
PHP version: 4.0.6
PHP Bug Type: POSIX related
Bug description: posix_getgrnam() failed

The posix_getgrnam()-function fails with
'No such file or directory'.

My script worked with 4.0.5.

It's a symple call like:
$group="users";
posix_getgrnam($group);

-- 
Edit bug report at: http://bugs.php.net/?id=12025&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>