Alex Bilbie | d8cd2d4 | 2011-03-10 16:53:59 +0000 | [diff] [blame] | 1 | CodeIgniter SQL Server Driver |
| 2 | ============================= |
| 3 | |
| 4 | PHP 5.3+ for Windows no longer supports the mssql functions because Microsoft are no longer supporting the underlying libraries used. |
| 5 | |
| 6 | 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/](http://sqlsrvphp.codeplex.com/ "http://sqlsrvphp.codeplex.com/"). |
| 7 | |
| 8 | This CodeIgniter fork will add support for these new drivers into the framework. |