From 11a52bc507ec2f30e2e7cd06504ce0f34d36d020 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 14 Jun 2010 22:04:47 +0000 Subject: [PATCH] - make the sqlsrv suggestion more visible in mssql and pdo_mssql, especially as the latter are not available anymore on windows with 5.3+ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300446 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mssql/setup.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/mssql/setup.xml b/reference/mssql/setup.xml index 40bac37cf3..d6c0beefab 100644 --- a/reference/mssql/setup.xml +++ b/reference/mssql/setup.xml @@ -54,7 +54,8 @@ ntwdblib.dll into the directory where you have installed php and overwrite the one thats already in there. This is due to the version distributed is old and outdated. Alternatively you - can use the ODBC, + can use the &url.sqlsrv;, + ODBC, PDO_DBLIB or PDO_ODBC extensions, to talk to MSSQL.