- 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
This commit is contained in:
Pierre Joye 2010-06-14 22:04:47 +00:00
parent 62ca61e3ee
commit 11a52bc507

View file

@ -54,7 +54,8 @@
<literal>ntwdblib.dll</literal> 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 <link linkend="book.uodbc">ODBC</link>,
can use the <link xlink:href="&url.sqlsrv;">&url.sqlsrv;</link>,
<link linkend="book.uodbc">ODBC</link>,
<link linkend="ref.pdo-dblib">PDO_DBLIB</link> or
<link linkend="ref.pdo-odbc">PDO_ODBC</link> extensions, to talk to MSSQL.
</para>