diff --git a/functions/dbx.xml b/functions/dbx.xml index fa1ada86b1..bb805ee670 100644 --- a/functions/dbx.xml +++ b/functions/dbx.xml @@ -1,4 +1,4 @@ - + dbx functions dbx @@ -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 :-). Documentation for adding additional database support to dbx can be @@ -125,6 +126,11 @@ dbx_close($link); module DBX_MSSQL : "mssql" + + + module DBX_FBSQL : "fbsql" (CVS only) + +