georg Sat Mar 13 10:53:47 2004 EDT
Modified files:
/phpdoc/en/reference/mysqli configure.xml
Log:
changed configure documentation
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/configure.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/mysqli/configure.xml
diff -u phpdoc/en/reference/mysqli/configure.xml:1.2
phpdoc/en/reference/mysqli/configure.xml:1.3
--- phpdoc/en/reference/mysqli/configure.xml:1.2 Sat May 24 02:03:20 2003
+++ phpdoc/en/reference/mysqli/configure.xml Sat Mar 13 10:53:46 2004
@@ -1,20 +1,17 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<section id="mysqli.installation">
&reftitle.install;
<para id="mysqli.configure">
To install the mysqli extension for PHP, use the
- <option role="configure">--with-mysqli=mysql_config_path</option>
+ <option role="configure">--with-mysqli=mysql_config_path/mysql_config</option>
configuration option where <literal>mysql_config_path</literal> represents
the location of the <literal>mysql_config</literal> program that comes
- with MySQL versions greater than 4.1. Also, disable the standard
- <link linkend="ref.mysql">MySQL</link> extension (which is enabled by
- default) by also using the <option>--without-mysql</option> 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.
+ </para>
+ <para>
+ 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.
</para>
</section>