mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c0d39a4764
commit
620a58f18d
1 changed files with 5 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue