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;