I have tried to install PDO_DBLIB in CentOS 5.8, so I run follow command
pecl install PDO_DBLIB and I get the follow message
pear/PDO_DBLIB requires PHP extension 'pdo' version >=1.0 But in http://php.net/manual/es/ref.pdo-dblib.php, it says that is an EXPERIMENTAL pdo, so do you know another PDO that I can use to conect with sql server in CentOS 5
Thanks to every one!