Centos – php pdo mssql driver on centos

centosdriverspdoPHPsql server

How do I install PHP PDO Mssql Driver on Centos?

Best Answer

yum install php-pdo

there is also a php 5.3 version, if you have that version of php installed php53-pdo, but don't install that otherwise as the upgrade breaks loads of stuff.

there is a php-mssql module as well which might be handy.