mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
4ab064b0fe
commit
65b05d46d9
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue