Adding a note about compiling FreeTDS using --enable-msdblib

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115495 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Frank M. Kromann 2003-02-10 03:24:42 +00:00
parent 4d3343dbed
commit f64f71e135

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<section id="mssql.installation">
&reftitle.install;
<para>
@ -9,7 +9,7 @@
<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.
FreeTDS install prefix. And FreeTDS should be compiled using --enable-msdblib.
</para>
</section>