Correct MySQL versions required for mysqli.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273379 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anthony Bedford 2009-01-12 16:31:49 +00:00
parent 01af159c81
commit 33a178989b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<chapter xml:id="mysqli.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
@ -13,8 +13,8 @@
</para>
<note>
<para>
The mysqli extension is designed to work with the version 4.1.3 or above
of MySQL. For previous versions, please see the <link
The mysqli extension is designed to work with MySQL version 4.1.13 or
newer, or 5.0.7 or newer. For previous versions, please see the <link
linkend="intro.mysql">MySQL</link> extension documentation.
</para>
</note>