From 20c41dcc2326f254a79c43480a8aa23944693185 Mon Sep 17 00:00:00 2001 From: Matthew Peters Date: Thu, 20 Oct 2005 14:52:33 +0000 Subject: [PATCH] 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 --- reference/sdodasrel/reference.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/sdodasrel/reference.xml b/reference/sdodasrel/reference.xml index 4a5f08d371..4a5e9dbc50 100644 --- a/reference/sdodasrel/reference.xml +++ b/reference/sdodasrel/reference.xml @@ -1,5 +1,5 @@ - + @@ -179,14 +179,14 @@ require_once 'SDO/DAS/Relational.php'; - 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. - 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