octobercms / install

Installation wizard for October CMS
122 stars 91 forks source link

Allow for sqlsrv driver support #63

Closed ejrebirth closed 9 years ago

ejrebirth commented 9 years ago

IIS PHP installations of 5.3 and above do not include the PDO dblib driver to connect to MSSQL and are advised to now use the Windows driver SQLSRV.

daftspunk commented 9 years ago

Not sure what needs to happen here. The driver usage is governed by Laravel. If it is not supported by Laravel, then it's unsupported.

Closing as unactionable