mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Adding a mysql entry (not sure why it wasn't here)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124832 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0cefe3f854
commit
254bc4db55
1 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<sect3 id="install.configure.options.databases">
|
||||
<title>Database options</title>
|
||||
<variablelist>
|
||||
|
@ -94,6 +94,18 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-mysql">
|
||||
<term>
|
||||
<parameter>--with-mysql[=DIR]</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Includes MySQL support. DIR is the MySQL base install directory,
|
||||
defaults to the bundled MySQL library. MySQL support is enabled
|
||||
by default, to disable, use <parameter>--without-mysql</parameter>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry id="install.configure.with-custom-odbc">
|
||||
<term>
|
||||
<parameter>--with-custom-odbc[=DIR]</parameter>
|
||||
|
|
Loading…
Reference in a new issue