summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon>2011-06-15 17:07:28 +0200
committerPhil Sturgeon <email@philsturgeon>2011-06-15 17:07:28 +0200
commit3f671dd869d6c1b011d562a565647dc9729e0a2a (patch)
treef2e91efb754618490b1b64cb30decc7a9c31006e
parentb2e728f9ec393b181d287717a5e2adbc781aad82 (diff)
Removed Alex's README.
-rw-r--r--README8
1 files changed, 0 insertions, 8 deletions
diff --git a/README b/README
deleted file mode 100644
index 8d587fb3c..000000000
--- a/README
+++ /dev/null
@@ -1,8 +0,0 @@
-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.