summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAlex Bilbie <alex.bilbie@gmail.com>2011-03-10 17:55:31 +0100
committerAlex Bilbie <alex.bilbie@gmail.com>2011-03-10 17:55:31 +0100
commit7e5127173c61752d827fc0c5bed1166ce040fabf (patch)
tree40b9546cf133698d8b8b7271cfaaaf9cd6f175c7 /README
parentd8cd2d42f0ba8a93c0a0c049f82d89fe624262a2 (diff)
Renamed README
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..8d587fb3c
--- /dev/null
+++ b/README
@@ -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.