Skip to Content.
Sympa Menu

freetds - Re: [freetds] PHP issue

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Frank M. Kromann" <frank AT kromann.info>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Cc: 'FreeTDS Development Group' <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] PHP issue
  • Date: Mon, 17 Jul 2006 11:46:28 -0700

You can recompile mssql as a shared extension. That way you can load it
without rebuilding the entire PHP structure. You just need to compile it
from the same source tree used to build you current version of PHP.

use --with-mssql=shared when running configure will do the trick and the
extension can be loaded from php.ini with extension=mssql.so

- Frank

> Hi there,
> I have my FreeTDS working through a shell. But, there is no luck getting
it
> work through PHP which is my main goal. Online documentation suggests
> reinstalling PHP with mssql option. But because I am running a live
server,
> it could mess things up if the new installation fails to work.
>
> Any ideas or suggestions?
> Thanks,
> Usman
>
>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds
>






  • Re: [freetds] PHP issue, Frank M. Kromann, 07/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page