How do I install PHP PDO Mssql Driver on Centos?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
migrated from stackoverflow.com Jan 23 '11 at 18:45
|
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. |
||||
|
|
|
php has a sybase driver that can connect mssql server, also you can use odbc to connect. modules are in ubuntu I can install them using
in red-hat it should alike, using yum. |
|||
|
|