php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12025 posix_getgrnam() failed
Submitted: 2001-07-10 16:31 UTC Modified: 2002-02-04 02:40 UTC
From: abo at netlands dot de Assigned:
Status: Closed Package: POSIX related
PHP Version: 4.0.6 OS: Debian Gnu/Linux Unstable
Private report: No CVE-ID: None
 [2001-07-10 16:31 UTC] abo at netlands dot de
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);

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-04 02:40 UTC] yohgaki@php.net
Works for me with 4.2.0-dev/Linux
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 08:01:27 2024 UTC