2

I'm trying to get PHP set up to connect to a SQL Server database. I'm looking for the php_mssql.dll file to put in my extensions directory but for the life of me can't locate it online. Can anyone help?

iamjonesy
  • 249
  • 1
  • 5
  • 16

2 Answers2

1

Download the Zip (not installer) version of your version of PHP from the PHP site and extract it, you will find it in the ext folder here.

You can also try the Microsoft SQL driver for PHP

Sam Cogan
  • 38,736
  • 6
  • 78
  • 114
  • Yeah tried that but it aint there. I'm using the VC6 x86 Thread Safe version. There are a lot of dll's in there like mysql, ect but not msssql – iamjonesy Aug 25 '10 at 11:01
1

You should find it in the "ext" directory of php package, but only of PHP 5.2.X, PHP 5.3 doesn't include dll for mssql.

lg.
  • 4,649
  • 3
  • 21
  • 20