From owner-freebsd-questions@FreeBSD.ORG Thu Mar 5 23:56:34 2009 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 E31B8106566B for ; Thu, 5 Mar 2009 23:56:34 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9BFBC8FC1D for ; Thu, 5 Mar 2009 23:56:34 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LfNQV-0004HR-Pd for freebsd-questions@freebsd.org; Thu, 05 Mar 2009 23:56:31 +0000 Received: from pool-70-21-13-242.res.east.verizon.net ([70.21.13.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Mar 2009 23:56:31 +0000 Received: from nightrecon by pool-70-21-13-242.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Mar 2009 23:56:31 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Thu, 05 Mar 2009 18:57:18 -0500 Lines: 23 Message-ID: References: <49AFA0F4.2050400@a1poweruser.com> <20090305074004.f2437571.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-13-242.res.east.verizon.net User-Agent: KNode/0.99.01 Sender: news Subject: Re: php5 changes in release 8.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2009 23:56:35 -0000 Bill Moran wrote: > In response to Fbsd1 : > >> Having problems installing php5 in 7.1 so tried 8.0 and see that in >> release 8.0 php5 in defaulting to apache 22 when apache interface is >> selected from the make config menu. The config menu should give option >> to select apache 13 or apache 22 not force apache 22 on the user >> community. Is the maintainer going to change the config menu before php5 >> 8.0 is released for production? > > If you want a different version of Apache, all you have to do is install > Apache first, then PHP will use the version you have installed. > > It's always been that way. It's just that up till now the default was > 1.3. It's _LOOONG_ past time when the default should have moved to 2.X. > Could always try APACHE_PORT= www/apache13 in /etc/make.conf, or somesuch, whichever incantation is used these days. Ref: /usr/ports/Mk/bsd.apache.mk -Mike