From owner-freebsd-isp@FreeBSD.ORG Tue Jul 27 18:50:57 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9590B16A4CE for ; Tue, 27 Jul 2004 18:50:57 +0000 (GMT) Received: from dkcphntex01.infopaq.net (dkcphntex01.infopaq.dk [213.150.59.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E8E43D53 for ; Tue, 27 Jul 2004 18:50:56 +0000 (GMT) (envelope-from dph@infopaq.dk) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Tue, 27 Jul 2004 20:50:52 +0200 Message-ID: <5D750988561203468C18A37D1FC0362F015B6DE1@dkcphntex01.infopaq.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: php4 port build changes thread-index: AcR0Cg2g13PF0+tnRCqLrBLf21EjQgAAKXQg From: "David Peter Hansen" To: Subject: RE: php4 port build changes X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2004 18:50:57 -0000 > Apparently a few days ago the entire build process for > php4 has been changed. But documentation on how to select=20 > extensions is nowhere to be found (at least I couldn't find=20 > it). The end result is that basic items like session support,=20 > mysql support, etc will break if you upgrade.=20 >=20 > Anybody know where the docs are on how to activate php extensions? >From /usr/ports/UPDATING: 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. /david