Skip to content

Instantly share code, notes, and snippets.

View ekeuus's full-sized avatar

Ekke Tõiv Uustalu ekeuus

View GitHub Profile
@ekeuus
ekeuus / install.md
Created April 24, 2024 13:28 — forked from bubba-h57/install.md
Instructions for installing PHP Extensions sqlsrv & pdo_sqlsrv on Apple M1 ARM64 workstations.

PHP Extensions sqlsrv & pdo_sqlsrv on Apple M1 ARM64

Install brew

If you do not already have it, install brew as follows:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install the GNU make tools

brew install autoconf automake libtool