From 254bc4db55529afcfcdc952a0c7f779d46dc8661 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 27 Apr 2003 19:32:41 +0000 Subject: [PATCH] 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 --- chapters/install.configure.databases.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/chapters/install.configure.databases.xml b/chapters/install.configure.databases.xml index d9b75d6924..4ba60b4207 100644 --- a/chapters/install.configure.databases.xml +++ b/chapters/install.configure.databases.xml @@ -1,5 +1,5 @@ - + Database options @@ -94,6 +94,18 @@ + + + --with-mysql[=DIR] + + + + 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 --without-mysql. + + + --with-custom-odbc[=DIR]