From 6ba9290a49f48223ded2f03e26418be8fb9506c9 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 20 Jul 2002 13:08:17 +0000 Subject: [PATCH] Adding constants.xml and applying new structure git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@89185 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ingres-ii/constants.xml | 59 +++++++++++++++++++ reference/ingres-ii/reference.xml | 94 ++++++++++++++++++++----------- 2 files changed, 120 insertions(+), 33 deletions(-) create mode 100644 reference/ingres-ii/constants.xml diff --git a/reference/ingres-ii/constants.xml b/reference/ingres-ii/constants.xml new file mode 100644 index 0000000000..056d5eaaf3 --- /dev/null +++ b/reference/ingres-ii/constants.xml @@ -0,0 +1,59 @@ + + +
+ &reftitle.constants; + &extension.constants; + + + + INGRES_ASSOC + (integer) + + + + + + + + + + INGRES_NUM + (integer) + + + + + + + + + + INGRES_BOTH + (integer) + + + + + + + + +
+ + diff --git a/reference/ingres-ii/reference.xml b/reference/ingres-ii/reference.xml index e507da2d2a..b89028b8b4 100644 --- a/reference/ingres-ii/reference.xml +++ b/reference/ingres-ii/reference.xml @@ -1,43 +1,71 @@ - + Ingres II functions Ingres II + - &warn.experimental; - - These functions allow you to access Ingres II database servers. - - - In order to have these functions available, you must compile php - with Ingres support by using the - option. - You need the Open API library and header files included with - Ingres II. If the II_SYSTEM environment variable isn't correctly - set you may have to use - - to specify your Ingres installation directory. - - - 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. - - +
+ &reftitle.intro; - 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). + These functions allow you to access Ingres II database servers. - + + + 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). + + + &warn.experimental; +
+ +
+ &reftitle.required; + + To compile PHP with Ingres support, you need the Open API library + and header files included with Ingres II. + +
+ +
+ &reftitle.install; + + In order to have these functions available, you must compile php + with Ingres support by using the + --with-ingres option. + If the II_SYSTEM environment variable isn't correctly + set you may have to use + --with-ingres=DIR + to specify your Ingres installation directory. + + + 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. + +
+ +
+ &reftitle.runtime; + &no.config; +
+ +
+ &reftitle.resources; + &no.resource; +
+ + &reference.ingres-ii.constants; +
&reference.ingres-ii.functions;