From 62feda57df9e6efddbd32dcc2f21f599a6e2a926 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Wed, 14 Nov 2001 19:00:48 +0000 Subject: [PATCH] Adding some description on how to get the Client tools installed. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62432 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mssql.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/functions/mssql.xml b/functions/mssql.xml index 5302238671..7cc3c81886 100644 --- a/functions/mssql.xml +++ b/functions/mssql.xml @@ -1,8 +1,27 @@ - + Microsoft SQL Server functions MS SQL Server + + + The MSSQL extension is available on Win32 systems only. You can + use the Sybase extension to connect to MSSQL databases from + other platforms. + + + These functions allow you to access MS SQL Server database. + The extension requires the MS SQL Client Tools to be installed + on the system where PHP is installed. The Client Tools can + be installed from the MS SQL Server CD or by copying ntwdblib.dll + from \winnt\system32 on the serber to \winnt\system32 on the PHP box. + Copying ntwdblib.dll will only provide access. Configuration of the client + will require installation of all the tools. + + + The MSSQL extension is enabled by adding extension=php_mssql.dll to php.ini. + +