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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: abo at netlands dot de
New email:
PHP Version: OS:

 

 [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 00:01:28 2024 UTC