From a0e0915813c9e745c7bc3326a29746d686e9eb45 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 1 May 2003 02:58:00 +0000 Subject: [PATCH] Clarify --with-mysql's default behavior and mention --without-mysql. Also make this para id='mysql.configure' for internal linking. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125275 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/configure.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/reference/mysql/configure.xml b/reference/mysql/configure.xml index aa4c5584f5..a8f92f29a5 100644 --- a/reference/mysql/configure.xml +++ b/reference/mysql/configure.xml @@ -1,17 +1,19 @@ - +
&reftitle.install; - + By using the configuration option you enable PHP to access MySQL databases. If you use this option without specifying the path to MySQL, - PHP will use the built-in MySQL client libraries. With - PHP 4 MySQL support is always enabled; if you don't specify the configure - option, the bundled libraries are used. Users who run other applications - that use MySQL (for example, running PHP 3 and PHP 4 as concurrent apache - modules, or auth-mysql) should always specify the path to MySQL: - . + PHP will use the bundled MySQL client libraries. + As of PHP 4, is enabled + by default so to disable MySQL support you must use + . Users who run other + applications that use MySQL (for example, running PHP 3 and PHP 4 as + concurrent apache modules, or auth-mysql) should always specify the path + to the MySQL DIR: + . This will force PHP to use the client libraries installed by MySQL, avoiding any conflicts.