- 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@300445 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pierre Joye 2010-06-14 22:00:37 +00:00
parent e60158c00b
commit 62ca61e3ee
3 changed files with 24 additions and 4 deletions

View file

@ -13,6 +13,9 @@
<para>
These functions allow you to access MS SQL Server database.
</para>
<para>
This extension is not available anymore on Windows with PHP 5.3 or later.
</para>
<para>
SQLSRV, an alternative driver for MS SQL is available from Microsoft: <link
xlink:href="&url.sqlsrv;">&url.sqlsrv;</link>. The documentation is

View file

@ -21,6 +21,14 @@
through named pipes.
Configuration of the client will require installation of all the tools.
</para>
<para>
This extension is not available anymore on Windows with PHP 5.3 or later.
</para>
<para>
SqlSrv, an alternative driver for MS SQL is available from Microsoft: <link
xlink:href="&url.sqlsrv;">&url.sqlsrv;</link>. The documentation is
available at <link xlink:href="&url.sqlsrv.doc;">&url.sqlsrv.doc;</link>
</para>
<para>
Requirements for Unix/Linux platforms.
</para>

View file

@ -18,10 +18,19 @@
Microsoft SQL Server and Sybase databases through the FreeTDS libary.
</para>
<para>
On Windows, you should use the <link linkend="ref.pdo-odbc">PDO_ODBC</link>
driver to connect to Microsoft SQL Server and Sybase databases, as the
native Windows DB-LIB is ancient, thread un-safe and no longer supported
by Microsoft.
This extension is not available anymore on Windows with PHP 5.3 or later.
</para>
<para>
On Windows, you should use SqlSrv, an alternative driver for MS SQL is
available from Microsoft: <link xlink:href="&url.sqlsrv;">&url.sqlsrv;
</link>. The documentation is available at
<link xlink:href="&url.sqlsrv.doc;">&url.sqlsrv.doc;</link>
</para>
<para>
If it is not possible to use SqlSrv, you can use the
<link linkend="ref.pdo-odbc">PDO_ODBC</link> driver to connect to
Microsoft SQL Server and Sybase databases, as the native Windows DB-LIB
is ancient, thread un-safe and no longer supported by Microsoft.
</para>
</section>
</partintro>