Skip to content

Instantly share code, notes, and snippets.

@mikeyjk
Created August 26, 2020 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeyjk/4fbe1f5abe5748205eab499472eceaa7 to your computer and use it in GitHub Desktop.
Save mikeyjk/4fbe1f5abe5748205eab499472eceaa7 to your computer and use it in GitHub Desktop.
Compile FreeTDS with pdo_dblib support
git clone https://github.com/FreeTDS/freetds.git
cd freetds
git checkout branch-1_2
./autogen.sh
./configure --enable-msdblib
make
make install
tsql -C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment