Bit of a weird one this. I've been using PHP to connect to an MS SQL server accross the web. The usual uncommenting of the relevant extension line worked on the test box and the additional functions are accessible but I get funny behaviour on another box. phpinfo() reports that php_mssql.dll is enabled but PHP still gives me errors about the functions being unknown.
Has anyone else had this problem? I get the feeling that something else could need altering in the INI which is currently different on the two boxes. Just seems odd that PHP thinks it's alright but it's not.