SQLSRV PHP for SQL Server for is not a valid Win32 application

前端 未结 4 1595
Happy的楠姐
Happy的楠姐 2021-02-02 15:12

Here is my setup

  • Windows Server 2008 R2 64 bit
  • Apache 2.4.4 64 bit
  • PHP 5.4.15 32 bit (64 bit is still experimental), thread safe, VC9 compiler
4条回答
  •  醉梦人生
    2021-02-02 15:21

    I had the same issue. Running a legacy 5.6 php x64 which needed the interface because of the hard RAM restrictions 32 bits give.

    The solution was in the unoffical driver offered by Rob.

    https://robsphp.blogspot.nl/2012/06/unofficial-microsoft-sql-server-driver.html

    I tested it out, and it works properly with 5.6.33 x64

提交回复
热议问题