Skip to Content.
Sympa Menu

freetds - Re: FreeTDS && PHP

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Brian Bruns <camber AT ais.org>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: FreeTDS && PHP
  • Date: Thu, 15 Nov 2001 12:15:26 -0500 (EST)


On Thu, 15 Nov 2001, Nil Alexandrov wrote:

> > I can use either the sybase_* functions or the mssql_* funtions in PHP
> > without problems (Solaris 8 machine). I think both get compiled in when
> > you
> > you build PHP with --with-sybase or --with-sybase-ct.
>
> It's impossible to complile with the dblib and ctlib both - do you
> understand what are you talking about ?

What he means is that when you compile with --with-sybase, for instance,
not only do you get the sybase_ functions but the mssql_ functions are
then aliases to the corresponding sybase_ function. So, you may use
mssql_connect() if you have compiled --with-sybase.

Brian





Archive powered by MHonArc 2.6.24.

Top of Page