Finally got it. Just go to your php.ini file and uncomment the “;” from the following lines (that means DELETE the “;”). You should have 3 lines without the “;” as follows:
=============
;Windows Extensions
;Note that ODBC support is built in, so no dll is needed for it.
extension=php_mssql.dll
extension=php_msql.dll
extension=php_mysql.dll
================
After that, save the php.ini file and you should be good to go.
Marco Seabra
[Moderated – needless URL removed]