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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC