php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40410 Posix Compile Error
Submitted: 2007-02-09 03:04 UTC Modified: 2007-02-09 10:15 UTC
From: normanmacintyre at aim dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 5.2.1RC4 OS: Mac OS X (10.3.9)
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: normanmacintyre at aim dot com
New email:
PHP Version: OS:

 

 [2007-02-09 03:04 UTC] normanmacintyre at aim dot com
Description:
------------
Problem in function posix_getgrgid

Actual result:
--------------
/www/build/scripts/php-5.2.1/ext/posix/posix.c: In 
function `zif_posix_getgrgid':
/www/build/scripts/php-5.2.1/ext/posix/posix.c:889: 
error: `_SC_GETGR_R_SIZE_MAX' undeclared (first use in 
this function)
/www/build/scripts/php-5.2.1/ext/posix/posix.c:889: 
error: (Each undeclared identifier is reported only once
/www/build/scripts/php-5.2.1/ext/posix/posix.c:889: 
error: for each function it appears in.)
make: *** [ext/posix/posix.lo] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-09 10:15 UTC] tony2001@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Feb 02 10:01:30 2025 UTC