Page 1 of 1

How install pdo_sqlsrv

PostPosted: 27. February 2024 13:15
by 1shot2killz
Hi,
I have XAMPP 8.2.12 + Ubuntu 22.04 installed.
I need to connect to the MSSQL database.
Please provide a solution on how to install PDO_SQLSRV drivers. Step by step, what to download, what folder to copy to and what file to edit.
I've been trying different guides for two hours now, but nothing works :(

Thanks

Re: How install pdo_sqlsrv

PostPosted: 28. February 2024 00:44
by Nobbie
You cannot install pdo_sqlsrv to Xampp, there is no binary package for Xampp Linux. You may ask Bitnami if they include it in future releases.

Re: How install pdo_sqlsrv

PostPosted: 01. March 2024 13:15
by 1shot2killz
Is it not possible to manually add the driver and run it?

Re: How install pdo_sqlsrv

PostPosted: 04. March 2024 12:15
by MilesWeb
Nobbie wrote:You cannot install pdo_sqlsrv to Xampp, there is no binary package for Xampp Linux. You may ask Bitnami if they include it in future releases.

Thats right,
installing the PDO_SQLSRV driver directly within XAMPP on Ubuntu is not recommended.

You will need to use a separate PHP installation with the PDO_SQLSRV driver.