MantisBT: master 29f85ad2

Author Committer Branch Timestamp Parent
dregad dregad master 2012-01-21 09:59 master 1ea92021
Affected Issues  0011776: Support for Sql Server Native driver (sqlsrv)
Changeset

Add support for SQL Server Native driver

Since PHP 5.3 has been released, as per PHP documentation the mssql
driver is no longer available on Windows. Microsoft has published a
new SQL Server Native Driver.

This commits adds support for this new driver (sqlsrv) to MantisBT
as mssqlnative db type.

Thanks to genius_p and tomkraw1 for the original patch and testing.

Fixes 0011776

mod - admin/check/check_database_inc.php Diff File
mod - admin/install.php Diff File
mod - core/database_api.php Diff File