philip          Sun Jun  8 11:07:09 2003 EDT

  Modified files:              
    /phpdoc/en/reference/mysql  configure.xml 
  Log:
  Mention that MySQL 4.1.0+ only works with ext/mysqli.  And, only external 
  libmysql supports charsets other than latin.  This also documents bug #23885
  
  
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.2 
phpdoc/en/reference/mysql/configure.xml:1.3
--- phpdoc/en/reference/mysql/configure.xml:1.2 Wed Apr 30 22:58:00 2003
+++ phpdoc/en/reference/mysql/configure.xml     Sun Jun  8 11:07:08 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <section id="mysql.installation">
  &reftitle.install;
  <para id="mysql.configure">
@@ -17,6 +17,10 @@
   This will force <literal>PHP</literal> to use the client libraries installed
   by MySQL, avoiding any conflicts.
  </para>
+ <para>
+  This MySQL extension will not work with MySQL versions greater than
+  4.1.0.  For that, use <link linkend="ref.mysqli">MySQLi</link>.
+ </para>
  &windows.builtin;
  <warning>
   <para>
@@ -26,6 +30,13 @@
    information.
   </para>
  </warning>
+ <note>
+  <para>
+   If you need charsets other than <emphasis>latin</emphasis> (default), you
+   have to install external (not bundled) libmysql with compiled charset
+   support. 
+  </para>
+ </note>
 </section>
 
 <!-- Keep this comment at the end of the file



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to