From 2a5906e42e82e83dfe3ed719974e505edde483d8 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Wed, 18 Dec 2002 07:27:10 +0000 Subject: [PATCH] Updating documentation to match the code git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@108412 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mssql/configure.xml | 7 ++++++- reference/mssql/reference.xml | 21 +++++++++++++-------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/reference/mssql/configure.xml b/reference/mssql/configure.xml index 1fdef3fbdc..b0fdf2e659 100644 --- a/reference/mssql/configure.xml +++ b/reference/mssql/configure.xml @@ -1,11 +1,16 @@ - +
&reftitle.install; The MSSQL extension is enabled by adding extension=php_mssql.dll to &php.ini;. + + To get these functions to work, you have to compile PHP with + , where DIR is the + FreeTDS install prefix. +
+ Microsoft SQL Server functions MS SQL Server @@ -10,17 +10,13 @@ These functions allow you to access MS SQL Server database. - - - The MSSQL extension is available on Win32 systems only. You can - use the Sybase extension to connect to - MSSQL databases from other platforms. - -
&reftitle.required; + + Requirements for WIn32 platforms. + The extension requires the MS SQL Client Tools to be installed on the system where PHP is installed. The Client Tools can @@ -31,6 +27,15 @@ Copying ntwdblib.dll will only provide access. Configuration of the client will require installation of all the tools. + + Requirements for Unix/Linux platforms. + + + To use the MSSQL extension on Unix/Linux, you first need to build and + install the FreeTDS library. Source code and installation instructions + are available at the FreeTDS home page: + &url.freetds; +
&reference.mssql.configure;