From f451ed2d0e4459a00b1c4b775683a8156b73ec85 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 23 Dec 2007 18:33:58 +0000 Subject: [PATCH] MFB: Upgrade to the new-reference-structure - (Created missing setup sections in setup.xml, if any) - Moved the intro to book.xml - Changed the intro ID from .intro to intro. - Moved the constants entity to book.xml - Changed constants.xml to be an appendix - Moved the requirements an resources sections to setup.mxl - Moved the configure and ini entities to setup.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248835 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ifx/book.xml | 54 +++++++++++++++++++++++++++++++ reference/ifx/constants.xml | 6 ++-- reference/ifx/reference.xml | 56 ++------------------------------- reference/ifx/setup.xml | 63 +++++++++++++++++++++++++++++++++++++ 4 files changed, 122 insertions(+), 57 deletions(-) create mode 100644 reference/ifx/book.xml create mode 100644 reference/ifx/setup.xml diff --git a/reference/ifx/book.xml b/reference/ifx/book.xml new file mode 100644 index 0000000000..21fb86c09d --- /dev/null +++ b/reference/ifx/book.xml @@ -0,0 +1,54 @@ + + + + + + + Informix + + + + &reftitle.intro; + + 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. + + + + &pecl.moved-ver;5.2.1. + + + + + + &reference.ifx.setup; + &reference.ifx.constants; + &reference.ifx.reference; + + + + + diff --git a/reference/ifx/constants.xml b/reference/ifx/constants.xml index 902b29142d..0ae7e005ad 100644 --- a/reference/ifx/constants.xml +++ b/reference/ifx/constants.xml @@ -1,6 +1,6 @@ - -
+ + &reftitle.constants; &extension.constants; @@ -85,7 +85,7 @@ -
+ - - + - Informix Functions - Informix - - -
- &reftitle.intro; - - 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. - - - - &pecl.moved-ver;5.2.1. - - -
- -
- &reftitle.required; - - Configuration notes - - 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. - - - Make sure that the "INFORMIXDIR" variable has been set, and that - $INFORMIXDIR/bin is in your PATH before you run the "configure" - script. - - -
- - &reference.ifx.configure; - - &reference.ifx.ini; - -
- &reftitle.resources; - - -
- - &reference.ifx.constants; - -
+ Informix &Functions; &reference.ifx.entities.functions; diff --git a/reference/ifx/setup.xml b/reference/ifx/setup.xml new file mode 100644 index 0000000000..619128262d --- /dev/null +++ b/reference/ifx/setup.xml @@ -0,0 +1,63 @@ + + + + + &reftitle.setup; + + +
+ &reftitle.required; + + Configuration notes + + 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. + + + Make sure that the "INFORMIXDIR" variable has been set, and that + $INFORMIXDIR/bin is in your PATH before you run the "configure" + script. + + +
+ + + + &reference.ifx.configure; + + + + &reference.ifx.ini; + + + +
+ &reftitle.resources; + &no.resource; +
+ + +
+ + +