From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 23:01:17 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 54B0E106564A for ; Wed, 12 Jan 2011 23:01:17 +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 E532A8FC0C for ; Wed, 12 Jan 2011 23:01:16 +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 p0CN145Y006272 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 12 Jan 2011 23:01:05 GMT (envelope-from paul@ifdnrg.com) Message-ID: <4D2E32AF.4000008@ifdnrg.com> Date: Wed, 12 Jan 2011 23:01:03 +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> <4D2D7C3E.50404@ifdnrg.com> <20110112195347.GA21353@thought.org> <201101121758.12869.rjgonzale@estrads.com.ar> <20110112203503.GA22381@thought.org> In-Reply-To: <20110112203503.GA22381@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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: Wed, 12 Jan 2011 23:01:17 -0000 > root@ethic:/usr/local/etc# php -v > PHP 5.3.5 with Suhosin-Patch (cli) (built: Jan 12 2011 11:42:40) (DEBUG) > Copyright (c) 1997-2009 The PHP Group > Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies > root@ethic:/usr/local/etc# > > > Now, as a last re-try to get my wordpress blog port going, I > will upgrade my php5-extensions. What should I turn on or off > in the Makefile [or using `make config']? > > gary > for wordpress you need only worry about having mysql on in lang/php5-extensions (possibly gd, wordpress might have some fancy image manipulation features) I wouldn't worry about the rest for just a wp install. you'll get the choice of mysql driver, there is a new native driver but i confess i've not modified any of my code to use this ( so i don;t use it) Paul.