From owner-freebsd-ports@FreeBSD.ORG Sun Jul 25 22:21:13 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 D00A916A4CE for ; Sun, 25 Jul 2004 22:21:13 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7656643D48 for ; Sun, 25 Jul 2004 22:21:13 +0000 (GMT) (envelope-from fbsd-ports@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (sccrmhc13) with ESMTP id <2004072522211201600oeuvje>; Sun, 25 Jul 2004 22:21:12 +0000 Received: from gladiator.trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 52EC019 for ; Sun, 25 Jul 2004 18:21:12 -0400 (EDT) From: Gerard Samuel To: freebsd-ports@freebsd.org Date: Sun, 25 Jul 2004 18:21:11 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200407251821.11996.fbsd-ports@trini0.org> Subject: 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: Sun, 25 Jul 2004 22:21:14 -0000 Normally I use the Apache module when installing php. Today, I decided to to try the cgi (php5-cgi) on a dev box, and noticed that the port didn't modify apache's config file, like how the module (php5) port does. 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? 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)? Reason why Im asking is because for example, magic_quotes_gpc is supposed to be off by default (or recommended to be off as stated in php.ini-recommended), but is on in the new port setup. Thats it for now. Thanks