diff --git a/reference/pdo_informix/configure.xml b/reference/pdo_informix/configure.xml
new file mode 100644
index 0000000000..fdd7aa49d2
--- /dev/null
+++ b/reference/pdo_informix/configure.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
diff --git a/reference/pdo_informix/reference.xml b/reference/pdo_informix/reference.xml
new file mode 100644
index 0000000000..dc92a17800
--- /dev/null
+++ b/reference/pdo_informix/reference.xml
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+ Informix and DB2 functions (PDO_INFORMIX)
+ Informix and DB2 (PDO)
+
+
+
+
+
+ &reference.pdo-informix.configure;
+
+
+
+
+
+
+
+ PDO_INFORMIX DSN
+ Connecting to Informix databases
+
+
+
+ &reftitle.description;
+
+ The PDO_INFORMIX Data Source Name (DSN) is based on the Informix ODBC DSN
+ string. Details on configuring an Informix ODBC DSN are available from
+ the Informix Dynamic Server Information
+ Center. The major components of the PDO_INFORMIX DSN are:
+
+
+ DSN prefix
+
+
+ The DSN prefix is informix:.
+
+
+
+
+ DSN
+
+
+ The DSN can be either a data source setup using
+ odbc.ini or a complete connection string.
+
+
+
+
+
+
+
+ &reftitle.examples;
+
+
+ PDO_INFORMIX DSN example using odbc.ini
+
+ The following example shows a PDO_INFORMIX DSN for connecting to
+ an Informix database cataloged as Infdrv33 in
+ odbc.ini:
+
+
+
+
+
+ PDO_INFORMIX DSN example using a connection string
+
+ The following example shows a PDO_INFORMIX DSN for connecting to
+ an Informix database named common_db using the
+ Informix connection string syntax.
+
+
+
+
+
+
+
+
+
+
+