mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Updating documentation to match the code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@108412 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
967969a257
commit
2a5906e42e
2 changed files with 19 additions and 9 deletions
|
@ -1,11 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="mssql.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
The MSSQL extension is enabled by adding extension=php_mssql.dll to
|
||||
&php.ini;.
|
||||
</para>
|
||||
<para>
|
||||
To get these functions to work, you have to compile PHP with
|
||||
<option role="configure">--with-mssql=[DIR]</option>, where DIR is the
|
||||
FreeTDS install prefix.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<reference id="ref.mssql">
|
||||
<title>Microsoft SQL Server functions</title>
|
||||
<titleabbrev>MS SQL Server</titleabbrev>
|
||||
|
@ -10,17 +10,13 @@
|
|||
<para>
|
||||
These functions allow you to access MS SQL Server database.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The MSSQL extension is available on Win32 systems only. You can
|
||||
use the <link linkend="ref.sybase">Sybase extension</link> to connect to
|
||||
MSSQL databases from other platforms.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
<section id="mssql.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
Requirements for WIn32 platforms.
|
||||
</para>
|
||||
<para>
|
||||
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 <filename>ntwdblib.dll</filename> will only provide access.
|
||||
Configuration of the client will require installation of all the tools.
|
||||
</para>
|
||||
<para>
|
||||
Requirements for Unix/Linux platforms.
|
||||
</para>
|
||||
<para>
|
||||
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:
|
||||
<ulink url="&url.freetds;">&url.freetds;</ulink>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
&reference.mssql.configure;
|
||||
|
|
Loading…
Reference in a new issue