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.