From 299bd20df47182fd148d32495d725f135cfaf5bf Mon Sep 17 00:00:00 2001 From: Marc Boeren Date: Thu, 28 Feb 2002 14:44:27 +0000 Subject: [PATCH] Updating docs (Mc) --- ext/dbx/howto_extend_dbx.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dbx/howto_extend_dbx.html b/ext/dbx/howto_extend_dbx.html index 1f9e57977c..9b1ba6e4f3 100644 --- a/ext/dbx/howto_extend_dbx.html +++ b/ext/dbx/howto_extend_dbx.html @@ -50,7 +50,7 @@ a { color: #000088; } How-to code support for another database
-Every supported database module must be loaded by PHP before it can be used. Every supported database module must be added to the dbx-module before it can be used. Currently there is support for MySQL, PostgreSQL, Microsoft SQL Server and ODBC, but it is not difficult to add support for more databases.
+Every supported database module must be loaded by PHP before it can be used. Every supported database module must be added to the dbx-module before it can be used. Currently there is support for MySQL, PostgreSQL, Microsoft SQL Server, Frontbase, Sybase-CT and ODBC, but it is not difficult to add support for more databases.

The dbx module is found in de PHP ext/dbx folder. The support-code is found in the same folder

-- 2.50.1