From 0eed3b7b5e50517b655c28e3ace789697e4c0a68 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sat, 13 Mar 2004 15:54:04 +0000 Subject: [PATCH] changed configure documentation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153568 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/configure.xml | 8 ++++++-- reference/mysqli/configure.xml | 17 +++++++---------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/reference/mysql/configure.xml b/reference/mysql/configure.xml index a3109172a8..3e132deecb 100644 --- a/reference/mysql/configure.xml +++ b/reference/mysql/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -27,9 +27,13 @@ FAQ for details on why. - This MySQL extension will not work with MySQL versions greater than + This MySQL extension doesn't support full functionality of MySQL versions greater than 4.1.0. For that, use MySQLi. + + If you would like to install the mysql extension along with the mysqli extension + you have to use the same client library to avoid any conflicts. + Crashes and startup problems of PHP may be encountered diff --git a/reference/mysqli/configure.xml b/reference/mysqli/configure.xml index 81774547d1..decc01996c 100644 --- a/reference/mysqli/configure.xml +++ b/reference/mysqli/configure.xml @@ -1,20 +1,17 @@ - +
&reftitle.install; To install the mysqli extension for PHP, use the - + configuration option where mysql_config_path represents the location of the mysql_config program that comes - with MySQL versions greater than 4.1. Also, disable the standard - MySQL extension (which is enabled by - default) by also using the configuration - option. If you would like to install the standard mysql extension along - with the mysqli extension, the bundled libmysql library that comes with - PHP cannot be used. Instead, use the client libraries installed by MySQL - with versions below 4.1. This will force PHP to use the client libraries - installed by MySQL thus avoiding any conflicts. + with MySQL versions greater than 4.1. + + + If you would like to install the mysql extension along with the mysqli extension + you have to use the same client library to avoid any conflicts.