2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 08:10:32 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id="mssql.installation" xmlns="http://docbook.org/ns/docbook">
|
2002-11-30 15:33:22 +00:00
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
|
|
|
The MSSQL extension is enabled by adding extension=php_mssql.dll to
|
|
|
|
&php.ini;.
|
|
|
|
</para>
|
2002-12-18 07:27:10 +00:00
|
|
|
<para>
|
|
|
|
To get these functions to work, you have to compile PHP with
|
2003-01-07 11:26:23 +00:00
|
|
|
<option role="configure">--with-mssql[=DIR]</option>, where DIR is the
|
2003-05-13 11:24:37 +00:00
|
|
|
FreeTDS install prefix. And FreeTDS should be compiled using
|
|
|
|
<option role="configure">--enable-msdblib</option>.
|
2002-12-18 07:27:10 +00:00
|
|
|
</para>
|
2009-11-23 12:46:45 +00:00
|
|
|
<warning>
|
|
|
|
<para>
|
|
|
|
MS SQL functions are aliases to Sybase functions if PHP is compiled with
|
|
|
|
<link linkend="book.sybase">Sybase</link> extension and without MS SQL
|
|
|
|
extension.
|
|
|
|
</para>
|
|
|
|
</warning>
|
2002-11-30 15:33:22 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2002-11-30 15:33:22 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|