2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2002-09-12 20:32:50 +00:00
|
|
|
<!-- $Revision: 1.6 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.ifx">
|
|
|
|
<title>Informix functions</title>
|
|
|
|
<titleabbrev>Informix</titleabbrev>
|
|
|
|
|
|
|
|
<partintro>
|
2002-05-26 21:48:18 +00:00
|
|
|
<section id="ifx.intro">
|
|
|
|
&reftitle.intro;
|
2002-04-15 00:12:54 +00:00
|
|
|
<para>
|
2002-05-26 21:48:18 +00:00
|
|
|
The Informix driver for Informix (IDS) 7.x, SE 7.x, Universal
|
|
|
|
Server (IUS) 9.x and IDS 2000 is implemented in "ifx.ec" and
|
|
|
|
"php3_ifx.h" in the informix extension directory. IDS 7.x support
|
|
|
|
is fairly complete, with full support for BYTE and TEXT
|
|
|
|
columns. IUS 9.x support is partly finished: the new data types
|
|
|
|
are there, but SLOB and CLOB support is still under construction.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
2002-05-26 21:48:18 +00:00
|
|
|
</section>
|
|
|
|
|
2002-08-09 10:26:12 +00:00
|
|
|
<section id="ifx.requirements">
|
2002-05-26 21:48:18 +00:00
|
|
|
&reftitle.required;
|
|
|
|
<note>
|
|
|
|
<title>Configuration notes</title>
|
|
|
|
<para>
|
|
|
|
You need a version of ESQL/C to compile the PHP Informix driver.
|
|
|
|
ESQL/C versions from 7.2x on should be OK. ESQL/C is now part of
|
|
|
|
the Informix Client SDK.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Make sure that the "INFORMIXDIR" variable has been set, and that
|
|
|
|
$INFORMIXDIR/bin is in your PATH before you run the "configure"
|
|
|
|
script.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="ifx.installation">
|
|
|
|
&reftitle.install;
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
The configure script will autodetect the libraries and include
|
|
|
|
directories, if you run configure
|
|
|
|
<option role="configure">--with_informix=yes</option>. You can
|
|
|
|
override this detection by specifying "IFX_LIBDIR", "IFX_LIBS" and
|
|
|
|
"IFX_INCDIR" in the environment. The configure script will also
|
|
|
|
try to detect your Informix server version. It will set the
|
|
|
|
"HAVE_IFX_IUS" conditional compilation variable if your Informix
|
2002-05-26 21:53:16 +00:00
|
|
|
version >= 9.00.
|
2002-05-26 21:48:18 +00:00
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</section>
|
|
|
|
|
2002-09-12 20:32:50 +00:00
|
|
|
&reference.ifx.ini;
|
2002-05-26 21:48:18 +00:00
|
|
|
|
|
|
|
<section id="ifx.resources">
|
|
|
|
&reftitle.resources;
|
2002-04-15 00:12:54 +00:00
|
|
|
<para>
|
|
|
|
</para>
|
2002-05-26 21:48:18 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="ifx.constants">
|
|
|
|
&reftitle.constants;
|
|
|
|
&no.constants;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.ifx.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
|
|
|
|
-->
|
|
|
|
|