Index: [Article Count Order] [Thread]

Date:  Wed, 26 Nov 2008 17:14:55 +0100
From:  Bob Noordam <b.noordam (at mark) xs4all.nl>
Subject:  [coba-e:14386] Re: mssql php help!!
To:  coba-e (at mark) bluequartz.org
Message-Id:  <003601c94fe2$1eadce40$5c096ac0$%noordam (at mark) xs4all.nl>
In-Reply-To:  <20081112120848.M52783 (at mark) www.housleyconsulting.com.au>
References:  <20081112115322.M35754 (at mark) www.housleyconsulting.com.au> <A957F09E-A6BE-4685-8132-872A3BB85C99 (at mark) geekinter.net> <20081112120848.M52783 (at mark) www.housleyconsulting.com.au>
X-Mail-Count: 14386



> -----Oorspronkelijk bericht-----
> Van: Xin CHEN []
> Verzonden: woensdag 12 november 2008 13:10
> Aan: coba-e (at mark) bluequartz.org
> Onderwerp: [coba-e:14308] Re: mssql php help!!
> 
> Thanks Steve. But I tried and didn't find any. Please advise.
> Yes, it is centos.
> [root@w1 cron]# yum search php-mssql
> Searching Packages:
> Setting up repositories
> Reading repository metadata in from local files
> Excluding Packages from CentOS-4 - Updates
> Finished
> Excluding Packages from CentOS-4 - Base
> Finished
> Excluding Packages from CentOS-4 - Addons
> Finished
> Excluding Packages from CentOS-4 - Extras
> Finished
> No Matches found
> You have new mail in /home/.users/112/admin/mbox
> [root@w1 cron]# yum search mssql
> Searching Packages:
> Setting up repositories
> Reading repository metadata in from local files
> Excluding Packages from CentOS-4 - Updates
> Finished
> Excluding Packages from CentOS-4 - Base
> Finished
> Excluding Packages from CentOS-4 - Addons
> Finished
> Excluding Packages from CentOS-4 - Extras
> Finished
> No Matches found
> 
> 
> 
> On Wed, 12 Nov 2008 11:56:14 +0000, Steve Howes wrote
> > On 12 Nov 2008, at 11:53, Xin CHEN wrote:
> > > Hi all,
> > >
> > > Does anyone know where I can get php-mssql to install. My php
> > > version is:
> > > php-4.3.9-3.22.9.
> > >
> > > I am trying to add mssql support but no succeed.
> > >
> > > Any help will be much appreciated!
> > >
> > > tim
> >
> > There is a yum package for this (assuming centos..)
> 


Xin,

Here are the droids you are looking for. 

Php-mssql isn't on yum, and also doenst build from the vanilla centos srpm
if you use the freetds rpms from rpmforge, so I imagine it is a bit of a
bugger to build. In the php 5 codestream live is a bit easyer as its moved
to the extras package there and can be obtained with a simple rebuild of the
srpm.

Anyway,

http://www.depopo.net/dl/centos4.x/php-4.3.9/

This one should be the exact version and subversion you are looking for.
Hope it helps. Usual warranty to the door or 15 minutes applies.

Back to lurking again :)

Bob.