summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib/README
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2006-10-15 21:09:28 +0000
committerSVN Migration <svn@php.net>2006-10-15 21:09:28 +0000
commit88ec761548b66f58acc1a86cdd0fc164ca925476 (patch)
treed0af978fa00d83bb1d82c613f66477fbd6bb18aa /ext/pdo_dblib/README
parent268984b4787e797db6054313fc9ba3b9e845306e (diff)
downloadphp-git-PECL_OPENSSL.tar.gz
This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'.PECL_OPENSSL
Diffstat (limited to 'ext/pdo_dblib/README')
-rw-r--r--ext/pdo_dblib/README25
1 files changed, 0 insertions, 25 deletions
diff --git a/ext/pdo_dblib/README b/ext/pdo_dblib/README
deleted file mode 100644
index 888ffb676f..0000000000
--- a/ext/pdo_dblib/README
+++ /dev/null
@@ -1,25 +0,0 @@
-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.
-
-