From owner-freebsd-questions@FreeBSD.ORG Mon Jan 10 22:07:31 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 A0D5B1065674 for ; Mon, 10 Jan 2011 22:07:31 +0000 (UTC) (envelope-from paul@ifdnrg.com) Received: from outbound.ifdnrg.com (outbound.ifdnrg.com [193.200.98.138]) by mx1.freebsd.org (Postfix) with ESMTP id 2D31C8FC23 for ; Mon, 10 Jan 2011 22:07:30 +0000 (UTC) Received: from [192.168.1.65] (188-221-77-161.zone12.bethere.co.uk [188.221.77.161]) (authenticated bits=0) by outbound.ifdnrg.com (8.14.4/8.14.4) with ESMTP id p0AM7T2C049067 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 10 Jan 2011 22:07:30 GMT (envelope-from paul@ifdnrg.com) Message-ID: <4D2B8320.1090501@ifdnrg.com> Date: Mon, 10 Jan 2011 22:07:28 +0000 From: Paul Macdonald User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Gary Kline References: <20110110212143.GA8276@thought.org> In-Reply-To: <20110110212143.GA8276@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 22:07:31 -0000 On 10/01/2011 21:21, Gary Kline wrote: > Which php52 port do I need to run with wordpress? There are a > slew of them po ports. > > tia. > php5.2 is the last release before its eol'd. there may be some tweaking, but you'd be better getting it working with 5.3 (lang/php5) now rather than later... Paul.