summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSTANLEY SUFFICOOL <ssufficool@php.net>2014-10-24 20:30:18 -0700
committerSTANLEY SUFFICOOL <ssufficool@php.net>2014-10-24 20:30:18 -0700
commitf35e6a839463b2aa98bf6f6036ebfcc9ff465c3d (patch)
tree2b8d6625079207ef4fd3037d9af07e448a129964
parenta1a18fca6e2a1690ea113dc2ebe0e7d22fdc71a0 (diff)
downloadphp-git-f35e6a839463b2aa98bf6f6036ebfcc9ff465c3d.tar.gz
Update PDO_DBLIB README file
-rw-r--r--ext/pdo_dblib/README31
1 files changed, 9 insertions, 22 deletions
diff --git a/ext/pdo_dblib/README b/ext/pdo_dblib/README
index 888ffb676f..15f8d147a0 100644
--- a/ext/pdo_dblib/README
+++ b/ext/pdo_dblib/README
@@ -1,25 +1,12 @@
This is the unified Sybase-DB style driver for PDO.
-There are three implementations of this library that are known to me:
-
-- The Sybase DB lib itself
-- MSSQL DB lib
-- FreeTDS DB lib
-
-This extension will compile and register itself as 'mssql' when built against
-the mssql libraries (and be named php_pdo_mssql.dll), or 'sybase' otherwise
-(php_pdo_sybase.dll)
-
-If you want to try out the free "desktop" version of SQL Server, known as the MSDE, google to obtain the appropriate download link. Here are some short tips on getting it running:
-
-- Download it and run it to extract it
-- Open up a command prompt
-- cd \MSDERelA
-- setup.exe SQLSECURITY=1 SAPWD=yoursecretpassword
-- cd \Program Files\Microsoft SQL Server\80\Tools\Binn
-- SVRNETCN.exe
-- enable TCP (you MUST do this if you want to access it via FreeTDS/Sybase libs)
-- net start mssqlserver
-
-Consult the MS docs for more information about all this stuff.
+This extension register itself as:
+ - 'mssql' when built against the Microsoft DBLIB library
+ - 'sybase' when built against Sybase ct-lib
+ - 'dblib' when built against FreeTDS
+The following database products are free for testing:
+ - Microsoft SQL Server Express (Windows Only)
+ - Sybase Adaptive Server (Windows, Linux, *NIX)
+ - Microsoft SQL Server Azure (One Month Trial Cloud Service)
+