Install php-mssql in CentOS 6.2 [closed]

Solution 1:

php-mssql is in EPEL.

Solution 2:

Try this steps.

1> Install EPEL repo

 rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm

2> yum install php-mssql

Solution 3:

You need to install php-mssql extension on Linux CentOS6

Step 1: Install needed respositories

rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

Step 2: Install the extension

yum install php-mssql