Improved description of MySQL extension's compatibility with MySQL version 4.1.0 and later.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209132 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gavin Foster 2006-03-11 15:46:12 +00:00
parent 4ab064b0fe
commit 65b05d46d9

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<section id="mysql.installation">
&reftitle.install;
@ -9,9 +9,10 @@
configuration option where the optional <literal>[DIR]</literal> points to
the MySQL installation directory.
</para>
<para>
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>
Although this MySQL extension is compatible with MySQL 4.1.0 and greater,
it doesn't support the extra functionality that these versions provide.
For that, use the <link linkend="ref.mysqli">MySQLi</link> extension.
</para>
<para>
If you would like to install the mysql extension along with the mysqli extension