From owner-freebsd-stable@FreeBSD.ORG Mon Dec 11 08:47:22 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9AA116A407 for ; Mon, 11 Dec 2006 08:47:22 +0000 (UTC) (envelope-from michael@ircgnet.net) Received: from ws6-1.us4.outblaze.com (ws6-1.us4.outblaze.com [205.158.62.196]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E9BB43CA5 for ; Mon, 11 Dec 2006 08:46:07 +0000 (GMT) (envelope-from michael@ircgnet.net) Received: (qmail 9146 invoked from network); 11 Dec 2006 08:47:21 -0000 Received: from unknown (HELO ?127.0.0.1?) (michael@ircgnet.net@67.168.235.146) by ws6-1.us4.outblaze.com with SMTP; 11 Dec 2006 08:47:21 -0000 Message-ID: <457D1B35.4070806@gmail.com> Date: Mon, 11 Dec 2006 00:47:49 -0800 From: Michael User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: "RYAN M. vAN GINNEKEN" References: <11756280.831165824788857.JavaMail.root@shoemasters.com> In-Reply-To: <11756280.831165824788857.JavaMail.root@shoemasters.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: apache and php5 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2006 08:47:22 -0000 RYAN M. vAN GINNEKEN wrote: > trying to get php5 to work with apache anyone got any tips i am lost. what ever happend to mod_php > > Well I can tell you that it does work, but getting the extensions is done differently now and you have to do it through php5-extensions port. Type: # cd /usr/ports/lang/php5-extensions # make clean Set the extensions you want via the dialog and then do a: # make install distclean That should be all you need. Take care, Michael