From owner-freebsd-ports@FreeBSD.ORG Mon Jul 26 09:23:03 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D226B16A4CF for ; Mon, 26 Jul 2004 09:23:03 +0000 (GMT) Received: from server.alexdupre.com (host245-49.pool8288.interbusiness.it [82.88.49.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26E1943D1F for ; Mon, 26 Jul 2004 09:23:03 +0000 (GMT) (envelope-from ale@FreeBSD.org) Received: from [192.168.0.101] (thunder.alexdupre.com [192.168.0.101]) i6Q9N1LQ082410; Mon, 26 Jul 2004 11:23:01 +0200 (CEST) (envelope-from ale@FreeBSD.org) Message-ID: <4104CD75.5040601@FreeBSD.org> Date: Mon, 26 Jul 2004 11:23:01 +0200 From: Alex Dupre User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gerard Samuel References: <200407251821.11996.fbsd-ports@trini0.org> In-Reply-To: <200407251821.11996.fbsd-ports@trini0.org> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@FreeBSD.org Subject: Re: 2 PHP Questions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 09:23:04 -0000 Gerard Samuel wrote: > 1. Am I supposed to manually enable support in apache's config file, or is > this an oversight/or soon to come in an update? You have to enable it manually. Only apache modules can be automatically enabled. > I noticed that the php config file /usr/local/etc/php.ini only contains the > extensions (that I installed via the port php-extensions). > 2. Is this going to be the new format of the php.ini file for FreeBSD's php > port, (instead of including all the php.ini options)? That's not a new format: the PHP ports have never installed a default php.ini, they rely on the php binary settings by default. If you like, you have to copy/customize a sample php.ini. PHP extensions will add a row into php.ini to enable themselves. -- Alex Dupre