diff options
author | Alex Bilbie <alex.bilbie@gmail.com> | 2011-03-10 17:55:31 +0100 |
---|---|---|
committer | Alex Bilbie <alex.bilbie@gmail.com> | 2011-03-10 17:55:31 +0100 |
commit | 7e5127173c61752d827fc0c5bed1166ce040fabf (patch) | |
tree | 40b9546cf133698d8b8b7271cfaaaf9cd6f175c7 /README | |
parent | d8cd2d42f0ba8a93c0a0c049f82d89fe624262a2 (diff) |
Renamed README
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +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/](http://sqlsrvphp.codeplex.com/ "http://sqlsrvphp.codeplex.com/"). + +This CodeIgniter fork will add support for these new drivers into the framework. |