A mi me pasa algo parecido... inicia todo correctamente pero no se agregan las funciones :S
En un php tengo
Cita: if(!function_exists('mssql_connect')){
echo 'You must have the php_mssql library for Apache installed and enabled to connect to an MSSQL database. Uncomment the line that says extension=php_mssql.dll in your php.ini (XAMPP/WAMP only). This requires a restart of the Apache service to take effect.'; die();
}
Y al cargarlo en el explorador aparece ese mensaje como que no encuentra la funcione de conectar a la db y esta toda la configuración correcta...