2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2002-11-25 02:10:17 +00:00
|
|
|
<!-- $Revision: 1.7 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.msql">
|
|
|
|
<title>mSQL functions</title>
|
|
|
|
<titleabbrev>mSQL</titleabbrev>
|
|
|
|
<partintro>
|
2002-07-26 12:08:12 +00:00
|
|
|
|
|
|
|
<section id="msql.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
These functions allow you to access mSQL database servers. More
|
|
|
|
information about mSQL can be found at
|
|
|
|
<ulink url="&url.msql;">&url.msql;</ulink>.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2002-08-09 10:26:12 +00:00
|
|
|
<section id="msql.requirements">
|
2002-07-26 12:08:12 +00:00
|
|
|
&reftitle.required;
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="msql.installation">
|
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
|
|
|
In order to have these functions available, you must compile PHP with
|
|
|
|
msql support by using the
|
|
|
|
<option role="configure">--with-msql[=dir]</option> option. The default
|
|
|
|
location is /usr/local/Hughes.
|
|
|
|
</para>
|
2002-11-25 02:10:17 +00:00
|
|
|
<note>
|
|
|
|
<title>Note to Win32 Users</title>
|
|
|
|
<simpara>
|
|
|
|
In order to enable this module on a Windows environment, you must copy
|
|
|
|
<emphasis>msql.dll</emphasis> from the DLL folder of the PHP/Win32 binary
|
|
|
|
package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32
|
|
|
|
or C:\WINDOWS\SYSTEM32)
|
|
|
|
</simpara>
|
|
|
|
</note>
|
2002-07-26 12:08:12 +00:00
|
|
|
</section>
|
|
|
|
|
2002-09-14 21:26:46 +00:00
|
|
|
&reference.msql.ini;
|
2002-07-26 12:08:12 +00:00
|
|
|
|
|
|
|
<section id="msql.resources">
|
|
|
|
&reftitle.resources;
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
&reference.msql.constants;
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.msql.functions;
|
|
|
|
|
|
|
|
</reference>
|
2002-07-26 12:08:12 +00:00
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- 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
|
|
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
|
|
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
|
|
|
|
-->
|
|
|
|
|