The MySQL 4.1 support is not experimental anymore; Updated credits.
This commit is contained in:
@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-04-20 Alexander M. Turek <me@derrabus.de>
|
||||||
|
* Documentation.html, README:
|
||||||
|
- The MySQL 4.1 support is not experimental anymore;
|
||||||
|
- Updated credits.
|
||||||
|
|
||||||
2004-04-20 Marc Delisle <lem9@users.sourceforge.net>
|
2004-04-20 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/tbl_change.js: was always returning current day
|
* libraries/tbl_change.js: was always returning current day
|
||||||
|
|
||||||
|
@@ -2437,19 +2437,22 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
[1.17] Which MySQL versions does phpMyAdmin support?
|
[1.17] Which MySQL versions does phpMyAdmin support?
|
||||||
</h4>
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
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
|
that the older your MySQL version is, the more limitations you will have to
|
||||||
face.
|
face.
|
||||||
<br />
|
<br />
|
||||||
phpMyAdmin provides experimental support for MySQL 4.1 and 5.0. That
|
phpMyAdmin may connect to your MySQL server using php's classic
|
||||||
means that although you can assign character sets to a table or field,
|
<a href="http://php.net/mysql">MySQL extension</a> as well as the
|
||||||
phpMyAdmin will not recode the data when inserting or extracting it.
|
<a href="http://php.net/mysqli">improved MySQL extension (MySQLi)</a> that
|
||||||
Instead, it will still use the character set you specified for the MySQL
|
is available in php 5.0.
|
||||||
connection. Also the new improved MySQL extension (mysqli) that comes with php 5.0 is experimentally supported. <br />
|
<br />
|
||||||
|
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.
|
||||||
|
<br />
|
||||||
When compiling php, we strongly recommend that you manually link the MySQL
|
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
|
extension of your choice to a MySQL client library of at least the same
|
||||||
since the one that is bundled with current php distributions is rather old
|
minor version since the one that is bundled with some php distributions is
|
||||||
and might cause problems (see also FAQ 1.17a).<br />
|
rather old and might cause problems (see also FAQ 1.17a).<br />
|
||||||
MySQL 5.1 is not yet supported.
|
MySQL 5.1 is not yet supported.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -3774,7 +3777,7 @@ phpMyAdmin - Credits
|
|||||||
CREDITS, in chronological order
|
CREDITS, in chronological order
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
- Tobias Ratschiller <tobias.ratschiller_at_maguma.com>
|
- Tobias Ratschiller <tobias_at_ratschiller.com>
|
||||||
* creator of the phpmyadmin project
|
* creator of the phpmyadmin project
|
||||||
* maintainer from 1998 to summer 2000
|
* maintainer from 1998 to summer 2000
|
||||||
|
|
||||||
@@ -3834,8 +3837,10 @@ CREDITS, in chronological order
|
|||||||
* bugfixes
|
* bugfixes
|
||||||
|
|
||||||
- Alexander M. Turek <me_at_derrabus.de>
|
- 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
|
* XML exports
|
||||||
* MySQL 4 related features
|
|
||||||
* various features and fixes
|
* various features and fixes
|
||||||
* German language file updates
|
* German language file updates
|
||||||
|
|
||||||
|
4
README
4
README
@@ -32,8 +32,6 @@ phpMyAdmin - Readme
|
|||||||
Requirements:
|
Requirements:
|
||||||
php 4.1.0 or later
|
php 4.1.0 or later
|
||||||
MySQL 3.23.32 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!)
|
a web-browser (doh!)
|
||||||
|
|
||||||
Summary:
|
Summary:
|
||||||
@@ -74,7 +72,7 @@ phpMyAdmin - Readme
|
|||||||
|
|
||||||
|
|
||||||
PS: Please, don't send us emails with question like "How do I compile
|
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.
|
free helpdesk.
|
||||||
Please send your questions to the appropriate mailinglists / forums.
|
Please send your questions to the appropriate mailinglists / forums.
|
||||||
Before contacting us, please read the Documentation.html (esp. the
|
Before contacting us, please read the Documentation.html (esp. the
|
||||||
|
Reference in New Issue
Block a user