From owner-freebsd-questions@FreeBSD.ORG Sun Aug 28 21:55:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 37AFC16A41F for ; Sun, 28 Aug 2005 21:55:55 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from pne-smtpout2-sn2.hy.skanova.net (pne-smtpout2-sn2.hy.skanova.net [81.228.8.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6AF043D46 for ; Sun, 28 Aug 2005 21:55:54 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: from royal64.emp.zapto.org (195.198.193.104) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E2900AD9873; Sun, 28 Aug 2005 23:55:53 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message Date: Sun, 28 Aug 2005 23:55:52 +0200 Message-ID: <4F9C9299A10AE74E89EA580D14AA10A605F547@royal64.emp.zapto.org> X-MIMEOLE: Produced By Microsoft Exchange V6.5.7226.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: PHP Session Errors Thread-Index: AcWsDOiFXZ5AwnWuRv2YRMDsFAwqPAADgjQg From: "Daniel Eriksson" To: Cc: Beecher Rintoul Subject: RE: PHP Session Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 21:55:55 -0000 Beecher Rintoul wrote: > I'm trying to get a new php install configured, but I'm=20 > getting the following=20 > error when calling session_start () What you probably want is all of the common extensions. Check out /usr/ports/lang/php5-extensions for a meta-port that will install what you need. /Daniel Eriksson