Added link to install.xml

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48820 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2001-05-29 10:15:51 +00:00
parent c0d39a4764
commit 620a58f18d

View file

@ -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
role="configure">--enable-dbx</option> option and all options for
dbx support by using the <link linkend="install.configure.enable-dbx">
<option role="configure">--enable-dbx</option></link> option and all options for
the databases that will be used, e.g. for MySQL you must also
specify <option role="configure">--with-mysql</option>. The
dbx-functions themselves do not interface directly to the
specify <link linkend="install.configure.with-mysql">
<option role="install.configure.with-mysql">--with-mysql</option></link>.
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,