From 9ee522971538e52c1498c5dc321a09ab1d854e94 Mon Sep 17 00:00:00 2001 From: Marc Boeren Date: Wed, 8 Aug 2001 08:53:55 +0000 Subject: [PATCH] Added FrontBase to intro story and the DBX_FBSQL constant to dbx_connect. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53820 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/dbx.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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) + +