georg           Sat Mar 13 10:54:04 2004 EDT

  Modified files:              
    /phpdoc/en/reference/mysql  configure.xml 
  Log:
  changed configure documentation
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/configure.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.7 
phpdoc/en/reference/mysql/configure.xml:1.8
--- phpdoc/en/reference/mysql/configure.xml:1.7 Mon Jul 14 05:07:23 2003
+++ phpdoc/en/reference/mysql/configure.xml     Sat Mar 13 10:54:04 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <section id="mysql.installation">
  &reftitle.install;
  <para id="mysql.configure">
@@ -27,9 +27,13 @@
   FAQ</link> for details on why.
  </para>
  <para>
-  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 <link linkend="ref.mysqli">MySQLi</link>.
  </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>
  <warning>
   <para>
    Crashes and startup problems of <literal>PHP</literal> may be encountered

Reply via email to