10
I need to use the methods mssql_ of PHP and have always done so using the Freetds in the native Apache of MAC OS.
What happens is that right after you upgrade to the OS X 10.9 (Mavericks) I started using the MAMP package and not native Apache for personal reasons and for the ease in customizing Apache/PHP.
I know I need to activate the extension on php.ini (in my case 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?