From owner-freebsd-questions@FreeBSD.ORG Thu Jun 15 20:58:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B56C16A41A for ; Thu, 15 Jun 2006 20:58:48 +0000 (UTC) (envelope-from greenwood.andy@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC1EE43D45 for ; Thu, 15 Jun 2006 20:58:47 +0000 (GMT) (envelope-from greenwood.andy@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so340977wxd for ; Thu, 15 Jun 2006 13:58:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ftNMSBcIoPEVUOBcnk0CFGNw+SK7v734J6rP6xvfiR+EACJROfWixXHhmEYIh1VjnS32+qNopmgYNwl1pmLwQe029Y0t88a/F8G9H0Z1cRv8kRkkMvUswL8W6DmFWWSVlEcO20WXpSOqbeKiciXWiMcN9EKxGRX4HHmjoXVgl4k= Received: by 10.70.132.14 with SMTP id f14mr2875174wxd; Thu, 15 Jun 2006 13:58:46 -0700 (PDT) Received: by 10.70.12.3 with HTTP; Thu, 15 Jun 2006 13:58:46 -0700 (PDT) Message-ID: <3ee9ca710606151358k115b9d3bh1224c1332714a2ed@mail.gmail.com> Date: Thu, 15 Jun 2006 16:58:46 -0400 From: "Andy Greenwood" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: posix_getpwuid() not in php5 base install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2006 20:58:48 -0000 I'm trying to use posix_getpwuid(), but it doesn't appear to be there in php5.1.4 Does anyone know if it's availible as part of the php5-XXX ports? If not, where can I find it?