From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 23:42:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1425A16A4CE for ; Wed, 1 Dec 2004 23:42:37 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8EC443D5A for ; Wed, 1 Dec 2004 23:42:36 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 1 Dec 2004 17:43:21 -0600 Message-ID: <41AE56FC.6000503@daleco.biz> Date: Wed, 01 Dec 2004 17:42:52 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Justin L. Boss" References: <200412011511.13016.justin@cpaaa.org> <200412011606.24892.justin@cpaaa.org> In-Reply-To: <200412011606.24892.justin@cpaaa.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Dec 2004 23:43:22.0343 (UTC) FILETIME=[8B179F70:01C4D7FF] cc: csnyder cc: questions@freebsd.org Subject: Re: moregroupware not working because of PHP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 23:42:37 -0000 Justin L. Boss wrote: >Ya, I seen something about the in my research. But doesn't it need to be >enabled? If not how can I pass the option to configure when using the ports >collection? > > >On Wednesday 01 December 2004 03:43 pm, csnyder wrote: > > >>>From the PHP manual: >> >>"Session support is enabled in PHP by default. If you would not like >>to build your PHP with session support, you should specify the >>--disable-session option to configure." >> >>Sounds like a config-time problem rather than something missing from >>your php.ini. >> >> > > > Sorry to give an "RTFM" answer, but you've apparently been out of the loop since July.... ---------------------------------------------------------------------------------------------------------------------------- 20040719: AFFECTS: users of PHP AUTHOR: ale@FreeBSD.org The old lang/php4 and lang/php5 ports have been splitted into 'base' PHP, PEAR, and shared extensions to allow more flexibility and add new features. Upgrading your current PHP installation will result in a 'base' PHP installation (no PEAR and no extensions). PEAR can be found in the new devel/php4-pear and devel/php5-pear ports, while the set of PHP extensions to install can be choosen via the meta-ports lang/php4-extensions and lang/php5-extensions, or installing singular extensions individually. If you have a previous php.ini configuration file, be sure to comment out the extension_dir parameter, since the correct path is statically compiled into the PHP binary. For an overview of the modules used with the old PHP binary, use the command "php -m". ----------------------------------------------------------------------------------------------------------------------------------- # cd /usr/ports/lang/php4-extensions [or php5-extensions] # make install clean Should take care of it. Kevin Kinsey