Hello Joao Paulo.
Although we`re both brazilian, I´ll write this in english so more people can read.
PHP has no native interface with MSSQL. For Windows NT, there is a DLL that does add this functionality to PHP, but it doesn't exist for unix-like systems.
I use a CONECTIVA Linux 7.0 with kernel 2.4 and I did the following:
1) downloaded a TDS pack called FreeTDS (this pack brings to unix a Sybase-MSSQL TDS interface).
2) install it. (i wrote it on /usr/local/freetds)
3) install php with the command:
./configure --with-sybase-ct=/usr/local/freetds
It seems to have worked fine.
[]s
Andre Penha
andre@tempo3.com