Microsoft Drivers 3.0 for PHP for SQL Server
http://www.microsoft.com/en-us/download/details.aspx?id=20098
解压出来找到php_sqlsrv_53_nts.dll ,把它放到你php的安装目录(例如c:\php)下的ext目录
编辑php.ini文件在最后的
[ExtensionList] 加上
extension=php_sqlsrv_53_nts.dll
重新安装时,记得勾上 Print SQL Queries instead of Writing to the Database
因为它的安装的SQL语句有bug,要我们手工修改后再运行。
安装好之后,管理员的用户名和密码是预设好的:administrator/root