[PHP] MSSQL Support

2001-09-19 Thread Jason Wilson
I'm compiling PHP and have a request from one of my developers for MSSQL support in mod_php (4.0.6). However, I don't see a configure option for MSSQL. Is there a *secret* configure option or are the MSSQL functions built in by default? +---+ | +-+ Digitally

Re: [PHP] MSSQL Support

2001-09-19 Thread Frank M. Kromann
Hi Jason You can download and install FreeTDS (www.freetds.org). Then you can compule with the option --with-sybase=/usr/local/freetds. Thsi way you get the Sybase extension and this includes aliases for mssql_*. Be aware the FreeTDS can be used with MSSQL server 4 and 6 and in some cases

Re: [PHP] MSSQL Support

2001-09-19 Thread Michael Kimsal
Jason Wilson wrote: I'm compiling PHP and have a request from one of my developers for MSSQL support in mod_php (4.0.6). However, I don't see a configure option for MSSQL. Is there a *secret* configure option or are the MSSQL functions built in by default? +---+ |