From 620a58f18df7c827ab9a0f6e96b2abaf7addb0ea Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Tue, 29 May 2001 10:15:51 +0000 Subject: [PATCH] Added link to install.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48820 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/dbx.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/functions/dbx.xml b/functions/dbx.xml index 678298f8d1..ac8e28ac5c 100644 --- a/functions/dbx.xml +++ b/functions/dbx.xml @@ -7,11 +7,12 @@ is a supported database). The dbx functions allow you to access all supported databases using a single calling convention. In order to have these functions available, you must compile PHP with - dbx support by using the option and all options for + dbx support by using the + option and all options for the databases that will be used, e.g. for MySQL you must also - specify . The - dbx-functions themselves do not interface directly to the + specify + . + The dbx-functions themselves do not interface directly to the databases, but interface to the modules that are used to support these databases. To be able to use a database with the dbx-module, the module must be either linked or loaded into PHP,