marko-p Posted November 26, 2007 Share Posted November 26, 2007 Hi, could i get any clues, how to configure MS SQL server to get along with xampp? What i mean, i would like it to work with xampp's php. Moreover, is it possible, to install ms sql server on linux platform? Link to comment https://forums.phpfreaks.com/topic/78896-configuring-ms-sql-server-2005-to-work-with-xampp/ Share on other sites More sharing options...
kukat Posted December 28, 2007 Share Posted December 28, 2007 http://sg.php.net/manual/en/function.mssql-connect.php#69118 I am running MS SQL Server 2005 Workgroup Edition on Windows 2003 with PHP 5. I could not connect to a MS SQL database using mssql_pconnect(); until I read a post from ashraf (aat) ametry.com on 01-May-2006 01:25. However, my fix was simply to: 1. Replace the ntwdblib.dll with the one from http://webzila.com/dll/1/ntwdblib.zip in my c:\php5 folder. 2. Restart IIS REASON: The ntwdblib.dll should be version 2000.80.194.0, and not version 2000.2.8.0 that PHP 5 ships with. Thank you ashraf for posting your note, however, changing the php.ini file value mssql.secure_connection = On did not work. I left it mssql.secure_connection = Off and that worked (the default to connect through NT/Windows Authentication) Link to comment https://forums.phpfreaks.com/topic/78896-configuring-ms-sql-server-2005-to-work-with-xampp/#findComment-424569 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.