Reputation: 129
I can't get PDO MSSQL working on XAMPP with PHP 5.6.3. XAMPP is installed on a Windows Server 2012 R2 machine. I added the following line to php.ini and of course I downloaded that most recent file from Microsoft and copied it to the extensions directory.
extension=php_pdo_sqlsrv_56_ts.dll
As described here: MSDN Documentation, I also installed the Microsoft ODBC driver on the machine. I restarted Apache several times now and still don't have any kind of information about PDO MSSQL within phpinfo().
I'll appreciate your hints guys.
Upvotes: 1
Views: 14558
Reputation: 159
Add the PHP path C:\xampp\php to the Environment Variables in Windows 2008 R2
Upvotes: 0