Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xampp MS SQL server PHP 5.6

I have a xampp running with PHP 5.6. Normally I use mysql server, but for a script that already exists i need a MS SQL server.

I searched on the net and installed SQL server 2012.

But now I need the drivers for PHP. Unfornunately I can only find a version that supports 5.4, 5.5..

(http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx)

Is there a way to let this work with 5.6?

like image 473
Finduilas Avatar asked Nov 25 '14 12:11

Finduilas


1 Answers

Microsoft recently released a new version (3.2) of the SQL Drivers for PHP which includes compatibility with PHP 5.6.

You can download the drivers here: https://www.microsoft.com/en-us/download/details.aspx?id=20098

like image 96
peterpoe Avatar answered Oct 06 '22 23:10

peterpoe