2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2005-09-04 19:39:32 +00:00
|
|
|
<!-- $Revision: 1.9 $ -->
|
|
|
|
<!-- Purpose: database.vendors -->
|
|
|
|
<!-- Membership: bundled, external -->
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.ifx">
|
2004-02-24 08:46:39 +00:00
|
|
|
<title>Informix Functions</title>
|
2002-04-15 00:12:54 +00:00
|
|
|
<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>
|
|
|
|
|
2002-11-30 12:45:47 +00:00
|
|
|
&reference.ifx.configure;
|
2002-05-26 21:48:18 +00:00
|
|
|
|
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
|
|
|
|
-->
|
|
|
|
|