I didn't see it mentioned but if you don't do a 'make clean' command php will not update the info used by php_info(), so you see the old information.
I've recently set up access to mssql databases and as repeated by many you need to do the following:
install freetds libraries (in my case to /usr/local/freetds)
compile php with the --with-mssql=/usr/local/freetds flag
setup the mssql DSN entry in the freetds conf file (under /usr/local/freetds/etc)
Jon Bertsch
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

