Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99212 invoked by uid 1010); 9 May 2005 12:28:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78698 invoked from network); 9 May 2005 12:17:32 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 9 May 2005 12:17:32 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:33346] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 58/59-35155-BD45F724 for ; Mon, 09 May 2005 08:17:31 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id D316BE0B32; Mon, 9 May 2005 15:17:25 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j49CHRxl031634; Mon, 9 May 2005 15:17:27 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j49CHQWH031631; Mon, 9 May 2005 15:17:26 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Mon, 9 May 2005 15:17:26 +0300 (EEST) Reply-To: Jani Taskinen To: Kamesh Jayachandran Cc: internals@lists.php.net In-Reply-To: <1115291922.31678.233427688@webmail.messagingengine.com> Message-ID: References: <1115291922.31678.233427688@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] PATCH to check for availablity of getlogin and getgroups to posix extension From: sniper@iki.fi (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 check before making use of getlogin and getgroups > functionality, NetWare cross compile fails. > > I do ./configure --disable-posix to get through with the comilation. I > am interested in having this extension as a part of our php5, I have a > patch to check for the existence of getlogin and getgroups method. > Please apply the same. > > http://puggy.symonds.net/~kameshj/posix.c.patch.5.0 > http://puggy.symonds.net/~kameshj/posixconfig.m4.patch.5.0 > > With regards > Kamesh Jayachandran > > -- Donate @ http://pecl.php.net/wishlist.php/sniper