Re: _SC_GETGR_R_SIZE_MAX ?

2007-02-21 Thread Nick Holmes
; RETURN_FALSE; @@ -872,7 +870,7 @@ PHP_FUNCTION(posix_getgrgid) { long gid; -#ifdef HAVE_GETGRGID_R +#if defined(ZTS) defined(HAVE_GETGRGID_R) defined(_SC_GETGR_R_SIZE_MAX) int ret; struct group _g; struct group *retgrptr; @@ -884,7 +882,7

_SC_GETGR_R_SIZE_MAX ?

2007-02-19 Thread Nick Holmes
/posix.c:889: error: `_SC_GETGR_R_SIZE_MAX' undeclared (first use in this function) /var/build/php-5.2.1/ext/posix/posix.c:889: error: (Each undeclared identifier is reported only once /var/build/php-5.2.1/ext/posix/posix.c:889: error: for each function it appears in.) Someone with a similar problem

Re: _SC_GETGR_R_SIZE_MAX ?

2007-02-19 Thread Joachim Schipper
: In function `zif_posix_getgrgid': /var/build/php-5.2.1/ext/posix/posix.c:889: error: `_SC_GETGR_R_SIZE_MAX' undeclared (first use in this function) /var/build/php-5.2.1/ext/posix/posix.c:889: error: (Each undeclared identifier is reported only once /var/build/php-5.2.1/ext/posix/posix.c:889