mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix bug #34918 "docs specify MySQL version that does not exist."
Two-line change to correct the MySQL version numbers. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@198856 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1f541bd2c1
commit
20c41dcc23
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- Purpose: database.abstract -->
|
||||
<!-- Membership: pecl -->
|
||||
<!-- State: experimental -->
|
||||
|
@ -179,14 +179,14 @@ require_once 'SDO/DAS/Relational.php';
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
MySQL 4.1.17, on Windows.
|
||||
MySQL 4.1.14, on Windows.
|
||||
The Relational DAS operates correctly with the php_pdo_mysql
|
||||
driver that comes with the pre-built binaries for PHP 5.1.0b3.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
MySQL 4.1.17, on Linux. It is necessary to have the most up-to-date
|
||||
MySQL 4.1.13, on Linux. It is necessary to have the most up-to-date
|
||||
PDO driver for MySQL, which comes built in to PHP 5.1.0b3.
|
||||
It may be necessary to uninstall the usual driver that would have
|
||||
come from PECL using
|
||||
|
|
Loading…
Reference in a new issue