mboeren Wed Aug 8 04:53:55 2001 EDT
Modified files:
/phpdoc/en/functions dbx.xml
Log:
Added FrontBase to intro story and the DBX_FBSQL constant to dbx_connect.
Index: phpdoc/en/functions/dbx.xml
diff -u phpdoc/en/functions/dbx.xml:1.15 phpdoc/en/functions/dbx.xml:1.16
--- phpdoc/en/functions/dbx.xml:1.15 Thu Aug 2 13:36:55 2001
+++ phpdoc/en/functions/dbx.xml Wed Aug 8 04:53:55 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<reference id="ref.dbx">
<title>dbx functions</title>
<titleabbrev>dbx</titleabbrev>
@@ -19,8 +19,9 @@
these databases. To be able to use a database with the
dbx-module, the module must be either linked or loaded into PHP,
and the database module must be supported by the
- dbx-module. Currently, MySQL, PostgreSQL, Microsoft SQL Server
- and ODBC are supported, but others will follow (soon, I hope :-).
+ dbx-module. Currently, MySQL, PostgreSQL, Microsoft SQL Server,
+ FrontBase and ODBC are supported, but others will follow
+ (soon, I hope :-).
</simpara>
<simpara>
Documentation for adding additional database support to dbx can be
@@ -123,6 +124,11 @@
<listitem>
<simpara>
module DBX_MSSQL : "mssql"
+ </simpara>
+ </listitem>
+ <listitem>
+ <simpara>
+ module DBX_FBSQL : "fbsql" (CVS only)
</simpara>
</listitem>
</itemizedlist>