I need to use the PHP mssql methods and I always did this using FreeTDS in the native Apache MAC OS >.
What happens is that shortly after upgrading to OS X 10.9 (Mavericks) I started to use the MAMP package and not the native Apache because of personal issues and the ease of customizing Apache / PHP.
I know I need to enable the extension in php.ini (in my case it is in /Applications/MAMP/bin/php/php5.5.3/conf/php.ini
) but I'm not sure if I need to compile PHP again.
Would anyone have any idea how best to proceed?