diff --git a/ChangeLog b/ChangeLog index dba127bc2..655677580 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-04-20 Alexander M. Turek + * Documentation.html, README: + - The MySQL 4.1 support is not experimental anymore; + - Updated credits. + 2004-04-20 Marc Delisle * libraries/tbl_change.js: was always returning current day diff --git a/Documentation.html b/Documentation.html index f2287d129..35f87e989 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2437,19 +2437,22 @@ To create a new, empty mimetype please see libraries/transformations/template_ge [1.17] Which MySQL versions does phpMyAdmin support?

- All MySQL versions from 3.23.32 till 4.0 are fully supported. Please note + All MySQL versions from 3.23.32 till 5.0 are fully supported. Please note that the older your MySQL version is, the more limitations you will have to face.
- phpMyAdmin provides experimental support for MySQL 4.1 and 5.0. That - means that although you can assign character sets to a table or field, - phpMyAdmin will not recode the data when inserting or extracting it. - Instead, it will still use the character set you specified for the MySQL - connection. Also the new improved MySQL extension (mysqli) that comes with php 5.0 is experimentally supported.
+ phpMyAdmin may connect to your MySQL server using php's classic + MySQL extension as well as the + improved MySQL extension (MySQLi) that + is available in php 5.0. +
+ Either way, the developers of both extensions recommend to use the classic + extension for MySQL 4.0 and below and MySQLi for MySQL 4.1 and newer. +
When compiling php, we strongly recommend that you manually link the MySQL - extension to a MySQL client library of at least the same minor version - since the one that is bundled with current php distributions is rather old - and might cause problems (see also FAQ 1.17a).
+ extension of your choice to a MySQL client library of at least the same + minor version since the one that is bundled with some php distributions is + rather old and might cause problems (see also FAQ 1.17a).
MySQL 5.1 is not yet supported.

@@ -3774,7 +3777,7 @@ phpMyAdmin - Credits CREDITS, in chronological order ------------------------------- -- Tobias Ratschiller <tobias.ratschiller_at_maguma.com> +- Tobias Ratschiller <tobias_at_ratschiller.com> * creator of the phpmyadmin project * maintainer from 1998 to summer 2000 @@ -3834,8 +3837,10 @@ CREDITS, in chronological order * bugfixes - Alexander M. Turek <me_at_derrabus.de> + * MySQL 4.0 / 4.1 / 5.0 compatibility + * database interface (DBI) and MySQLi support + * privileges administration * XML exports - * MySQL 4 related features * various features and fixes * German language file updates diff --git a/README b/README index 2b071db3b..fa5da303a 100755 --- a/README +++ b/README @@ -32,8 +32,6 @@ phpMyAdmin - Readme Requirements: php 4.1.0 or later MySQL 3.23.32 or later - Note: The implemented support for MySQL 4.1.x and 5.0.x is experimental! - For more details, see Documentation.txt / .html a web-browser (doh!) Summary: @@ -74,7 +72,7 @@ phpMyAdmin - Readme PS: Please, don't send us emails with question like "How do I compile - PHP3 with MySQL-support". We just don't have the time to be your + PHP with MySQL-support". We just don't have the time to be your free helpdesk. Please send your questions to the appropriate mailinglists / forums. Before contacting us, please read the Documentation.html (esp. the