Re: [PHP-DEV] PATCH to check for availablity of getlogin and getgroups to posix extension

2005-05-09 Thread Jani Taskinen
Patches applied to all branches. Just in case. :) --Jani On Thu, 5 May 2005, Kamesh Jayachandran wrote: Hi Jani, Netware LibC does not have getgroups implemented, it has getlogin functionality in recent LibC. As ext/posix/posix.c does not have #ifdef HAVE_GETLOGIN and #ifdef HAVE_GETGROUPS

[PHP-DEV] PATCH to check for availablity of getlogin and getgroups to posix extension

2005-05-05 Thread Kamesh Jayachandran
Hi Jani, Netware LibC does not have getgroups implemented, it has getlogin functionality in recent LibC. As ext/posix/posix.c does not have #ifdef HAVE_GETLOGIN and #ifdef HAVE_GETGROUPS check before making use of getlogin and getgroups functionality, NetWare cross compile fails. I do ./configure