docker-images-php
docker-images-php copied to clipboard
Install SQL Server (sqlsrv) and PDO_SQLSRV (pdo_sqlsrv)
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!