php-doc-en/reference/msql/reference.xml

79 lines
1.8 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<reference id="ref.msql">
<title>mSQL functions</title>
<titleabbrev>mSQL</titleabbrev>
<partintro>
<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>
<section id="msql.requirements">
&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>
<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>
</section>
&reference.msql.ini;
<section id="msql.resources">
&reftitle.resources;
<para>
</para>
</section>
&reference.msql.constants;
</partintro>
&reference.msql.functions;
</reference>
<!-- 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
-->