ziycon Posted December 1, 2008 Share Posted December 1, 2008 PHP 5.2.6 Apache 2.2.x MSSQL 2005 Express I have added the php_sqlsrv.dll file to C:\PHP\ext\ folder(same folder that php_mssql.dll is in) and when i uncomment the old dll php_mssql.dll it shows up in the phpinfo() page but if i uncomment the new extension php_sqlsrv.dll then it doesn't show up in the phpinfo page, can anyone help me here?? Quote Link to comment https://forums.phpfreaks.com/topic/135001-php-mssql-connection-issue/ Share on other sites More sharing options...
plimpton Posted December 2, 2008 Share Posted December 2, 2008 Sounds like you should be using the threadsafe (ts) version of the sqlsrv file since you're running it under apache Quote Link to comment https://forums.phpfreaks.com/topic/135001-php-mssql-connection-issue/#findComment-704195 Share on other sites More sharing options...
ebaer123 Posted December 10, 2008 Share Posted December 10, 2008 Hi, I am having a similar problem, but I am using XAMPP which installed and configured Apache and PHP. What is totally weird is that I can run PHP in the command prompt that CAN connect to MSSQL 2005. How do I use the Threadsafe version of php_mssql under the XAMPP PHP install? Or if you have any other ideas, just let me know that. Thanks ewb Quote Link to comment https://forums.phpfreaks.com/topic/135001-php-mssql-connection-issue/#findComment-711985 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.