Added README
1 file changed
tree: 20c0e3bb1018dea7f63a658808e95dc839db0194
  1. .hgignore
  2. README.md
  3. application/
  4. index.php
  5. license.txt
  6. system/
  7. user_guide/
README.md

CodeIgniter SQL Server Driver

PHP 5.3+ for Windows no longer supports the mssql functions because Microsoft are no longer supporting the underlying libraries used.

Microsoft have developed a new set of drivers for SQL Server which they have committed to actively develop and support. These drivers can be downloaded here http://sqlsrvphp.codeplex.com/.

This CodeIgniter fork will add support for these new drivers into the framework.