docker-images-php icon indicating copy to clipboard operation
docker-images-php copied to clipboard

Install SQL Server (sqlsrv) and PDO_SQLSRV (pdo_sqlsrv)

Open joelataylor opened this issue 11 months ago • 1 comments

I did a search for sqlsrv and couldn't find anything specific around installing this extension. Do you have any tips for installing?

ARG PHP_EXTENSIONS="mysqlsrv pdo_sqlsrv"
FROM thecodingmachine/php:8.3-v4-apache

Didn't work, but I didn't really expect it to as it's not listed on the available extensions. Help? Thank you!

joelataylor avatar Mar 19 '24 20:03 joelataylor