From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 15:44:46 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 2650A16A4CE for ; Tue, 3 Aug 2004 15:44:46 +0000 (GMT) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9730743D5E for ; Tue, 3 Aug 2004 15:44:45 +0000 (GMT) (envelope-from subscriber@insignia.com) Received: from dailuaine.isltd.insignia.com (dailuaine.isltd.insignia.com [172.16.64.11])i73Fiimp092006 for ; Tue, 3 Aug 2004 16:44:44 +0100 (BST) (envelope-from subscriber@insignia.com) Received: from speyburn.isltd.insignia.com (speyburn [172.16.64.16]) i73FiigF034994 for ; Tue, 3 Aug 2004 16:44:44 +0100 (BST) (envelope-from subscriber@insignia.com) From: Jim Hatfield To: freebsd-questions@freebsd.org Date: Tue, 03 Aug 2004 16:47:24 +0100 Organization: Insignia Solutions Message-ID: <2hcvg0h95uqmocdois1grs33pprnc8lhqc@4ax.com> X-Mailer: Forte Agent 2.0/32.640 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.44 Subject: New-style PHP and Sybase DB-Lib 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: Tue, 03 Aug 2004 15:44:46 -0000 Just looking at the Makefile for lang/php4-extensions and I see in the list of options SYBASE_CT but no SYBASE_DB. I think my existing PHP setup was compiled with SYBASE_DB,=20 certainly phpinfo() reveals in the Sybase section: > $Id: dblib.c,v 1.160.2.1 2004/04/04 09:07:04 freddy77 Exp $ I also recall I did try SYBASE_CT last time I installed but had no success. So now I'm concerned that if I upgrade PHP I will lose Sybase connectivity. If anyone has upgraded and think they previously used DB-Lib I'd appreciate knowing whether everything was OK after the upgrade. jim