In order to use Linux & MSSQL with php , we need to install a TDS driver which
is Tabular Data Stream Protocol.
yum install freetds /usr/bin/tsql -S [mssql server name or ip] -U [username]
locale is “en-US.UTF-8″
locale charset is “UTF-8″
Password: [type your password]
1>