summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Bilbie <alex.bilbie@gmail.com>2011-03-10 17:53:59 +0100
committerAlex Bilbie <alex.bilbie@gmail.com>2011-03-10 17:53:59 +0100
commitd8cd2d42f0ba8a93c0a0c049f82d89fe624262a2 (patch)
tree20c0e3bb1018dea7f63a658808e95dc839db0194
parent84445d08e31c4d538d5a25023b8e5861804a8f14 (diff)
Added README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..8d587fb3c
--- /dev/null
+++ b/README.md
@@ -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.