From owner-freebsd-questions@FreeBSD.ORG Mon Jan 10 21:26:41 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D158106564A for ; Mon, 10 Jan 2011 21:26:41 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2CA558FC08 for ; Mon, 10 Jan 2011 21:26:40 +0000 (UTC) Received: by ewy24 with SMTP id 24so9326645ewy.13 for ; Mon, 10 Jan 2011 13:26:40 -0800 (PST) Received: by 10.213.105.205 with SMTP id u13mr2233878ebo.25.1294694799874; Mon, 10 Jan 2011 13:26:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.8.142 with HTTP; Mon, 10 Jan 2011 13:26:19 -0800 (PST) In-Reply-To: <20110110212143.GA8276@thought.org> References: <20110110212143.GA8276@thought.org> From: Chris Brennan Date: Mon, 10 Jan 2011 16:26:19 -0500 Message-ID: To: Gary Kline Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Mailing List Subject: Re: Which php?? 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: Mon, 10 Jan 2011 21:26:41 -0000 On Mon, Jan 10, 2011 at 4:21 PM, Gary Kline wrote: > Which php52 port do I need to run with wordpress? There are a > slew of them po ports. > > tia. > IIRC, worpress is rather lightweight in setting it up, I don't think you *need* any although you might find some that enhance your Wordpress experience. It should warn you of any missing php extentions ... (which is what I think you mean). If you are looking for the actualy php package then lang/php52 will install that, you can then do lang/php52-extensions to install what ext's you may need/want.