How do I install PHP PDO Mssql Driver on Centos?
|
feedback
|
migrated from stackoverflow.com Jan 23 '11 at 18:45
This question came from our site for professional and enthusiast programmers.
|
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. | |||
|
feedback
|
|
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. | ||||
|
feedback
|