mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
01af159c81
commit
33a178989b
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue