Connecting MAMP to SQL Server
How can I add additional PHP versions to MAMP
https://stackoverflow.com/questions/1...
download Additional PHP versions from the link:
https://www.mamp.info/en/downloads/
then copy the unzip folder to:
/Applications/MAMP/bin/php/
Install driver for MAMP:
sudo pecl install pdo_sqlsrv sqlsrv
Uninstall:
sudo pecl uninstall pdo_sqlsrv sqlsrv
Configure php.ini
extension= pdo_sqlsrv.so
extension= sqlsrv.so
could not find driver sqlsrv mssql
mssql sqlsrv on mac
sqlsrv php on mac
How to SQLSRV Driver on Mac OS X
Microsoft Drivers for PHP for SQL Server
PHP Linux and Mac Drivers Installation Tutorial
How to Install sqlsrv driver on MAMP