2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2002-07-20 13:08:17 +00:00
|
|
|
<!-- $Revision: 1.3 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.ingres">
|
|
|
|
<title>Ingres II functions</title>
|
|
|
|
<titleabbrev>Ingres II</titleabbrev>
|
2002-07-20 13:08:17 +00:00
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
<partintro>
|
2002-07-20 13:08:17 +00:00
|
|
|
<section id="ingres.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
These functions allow you to access Ingres II database servers.
|
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
If you already used PHP extensions to access other database
|
|
|
|
servers, note that Ingres doesn't allow concurrent queries and/or
|
|
|
|
transaction over one connection, thus you won't find any result
|
|
|
|
or transaction handle in this extension. The result of a query
|
|
|
|
must be treated before sending another query, and a transaction
|
|
|
|
must be commited or rolled back before opening another
|
|
|
|
transaction (which is automaticaly done when sending the first
|
|
|
|
query).
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
&warn.experimental;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="ingres.requirements">
|
|
|
|
&reftitle.required;
|
|
|
|
<para>
|
|
|
|
To compile PHP with Ingres support, you need the Open API library
|
|
|
|
and header files included with Ingres II.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="ingres.installation">
|
|
|
|
&reftitle.install;
|
2002-04-15 00:12:54 +00:00
|
|
|
<para>
|
2002-07-20 13:08:17 +00:00
|
|
|
In order to have these functions available, you must compile php
|
|
|
|
with Ingres support by using the
|
|
|
|
<link linkend="install.configure.with-ingres">--with-ingres</link> option.
|
|
|
|
If the II_SYSTEM environment variable isn't correctly
|
|
|
|
set you may have to use
|
|
|
|
<link linkend="install.configure.with-ingres">--with-ingres=DIR</link>
|
|
|
|
to specify your Ingres installation directory.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
2002-07-20 13:08:17 +00:00
|
|
|
<para>
|
|
|
|
When using this extension with Apache, if Apache does not start
|
|
|
|
and complains with "PHP Fatal error: Unable to start ingres_ii
|
|
|
|
module in Unknown on line 0" then make sure the environement
|
|
|
|
variable II_SYSTEM is correctly set. Adding "export
|
|
|
|
II_SYSTEM="/home/ingres/II" in the script that starts Apache, just
|
|
|
|
before launching httpd, should be fine.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="ingres.configuration">
|
|
|
|
&reftitle.runtime;
|
|
|
|
&no.config;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="ingres.resources">
|
|
|
|
&reftitle.resources;
|
|
|
|
&no.resource;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
&reference.ingres-ii.constants;
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.ingres-ii.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
|
|
|
|
-->
|
|
|
|
|