From 62ca61e3eea3176e756b9af990d29352a7897411 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 14 Jun 2010 22:00:37 +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@300445 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mssql/book.xml | 3 +++ reference/mssql/setup.xml | 8 ++++++++ reference/pdo_dblib/reference.xml | 17 +++++++++++++---- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/reference/mssql/book.xml b/reference/mssql/book.xml index 83f64aa121..4a545b139e 100644 --- a/reference/mssql/book.xml +++ b/reference/mssql/book.xml @@ -13,6 +13,9 @@ These functions allow you to access MS SQL Server database. + + This extension is not available anymore on Windows with PHP 5.3 or later. + SQLSRV, an alternative driver for MS SQL is available from Microsoft: &url.sqlsrv;. The documentation is diff --git a/reference/mssql/setup.xml b/reference/mssql/setup.xml index f581dc16c1..40bac37cf3 100644 --- a/reference/mssql/setup.xml +++ b/reference/mssql/setup.xml @@ -21,6 +21,14 @@ through named pipes. Configuration of the client will require installation of all the tools. + + This extension is not available anymore on Windows with PHP 5.3 or later. + + + SqlSrv, an alternative driver for MS SQL is available from Microsoft: &url.sqlsrv;. The documentation is + available at &url.sqlsrv.doc; + Requirements for Unix/Linux platforms. diff --git a/reference/pdo_dblib/reference.xml b/reference/pdo_dblib/reference.xml index 1664c22038..42a49ad130 100644 --- a/reference/pdo_dblib/reference.xml +++ b/reference/pdo_dblib/reference.xml @@ -18,10 +18,19 @@ Microsoft SQL Server and Sybase databases through the FreeTDS libary. - On Windows, you should use the PDO_ODBC - 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. + + + On Windows, you should use SqlSrv, an alternative driver for MS SQL is + available from Microsoft: &url.sqlsrv; + . The documentation is available at + &url.sqlsrv.doc; + + + If it is not possible to use SqlSrv, you can use the + PDO_ODBC 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.