PHP 5.5.0 w/ Microsoft SQL Server 2008 R2 - No sqlsrv_connect()?

淺唱寂寞╮ 提交于 2019-11-28 02:18:41

问题


I have the following environment:

  • Windows Server 2008 R2
  • IIS 7.5
  • Microsoft SQL Server 2008 R2

I want to use the new PHP 5.5.0 version, which works just fine per sé, but I can't connect to the MSSQL server due to the lack of current drivers.

For my previous PHP 5.4.15 version, I used the official Microsoft drivers from >here<.

Is there yet any possibility to connect from PHP 5.5.0?


回答1:


PHP 5.5 compiled with VC11, so the driver must be compiled with VC11 too. You can download PHP SQL Server driver (compiled with VC11) from here:

SQL Server PHP Driver For PHP 5.5




回答2:


Official driver from Microsoft has now been released (12/12/2014) .. you can download it here

Version 3.1 now supports PHP 5.5 and requires Microsoft ODBC Driver 11 (or higher) for SQL Server



来源:https://stackoverflow.com/questions/17289938/php-5-5-0-w-microsoft-sql-server-2008-r2-no-sqlsrv-connect

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!