This commit is contained in:
Marc Delisle
2003-06-02 00:40:59 +00:00
parent 30304e2578
commit 98df0d900c
5 changed files with 22 additions and 18 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2003-06-02 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.1 released
2003-06-02 Alexander M. Turek <rabus@users.sourceforge.net> 2003-06-02 Alexander M. Turek <rabus@users.sourceforge.net>
* Happy Birthday to me :-) * Happy Birthday to me :-)
* libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS". * libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".

View File

@@ -8,7 +8,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.5.1-rc2 - Documentation</title> <title>phpMyAdmin 2.5.1 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" /> <link rel="stylesheet" type="text/css" href="docs.css" />
</head> </head>
@@ -31,7 +31,7 @@
<hr noshade="noshade" width="100%" /> <hr noshade="noshade" width="100%" />
</div> </div>
<h1>phpMyAdmin 2.5.1-rc2 Documentation</h1> <h1>phpMyAdmin 2.5.1 Documentation</h1>
<!-- TOP MENU --> <!-- TOP MENU -->

View File

@@ -6,7 +6,7 @@
Transformations - FAQ - Developers - Credits - Translators Transformations - FAQ - Developers - Credits - Translators
______________________________________________________________________ ______________________________________________________________________
phpMyAdmin 2.5.1-rc1 Documentation phpMyAdmin 2.5.1 Documentation
* SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/ * SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/
] ]
@@ -14,21 +14,19 @@
+ Version history: ChangeLog + Version history: ChangeLog
+ General notes: README + General notes: README
+ License: LICENSE + License: LICENSE
* Documentation version: $Id: Documentation.html,v 1.449 2003/05/26 * Documentation version: $Id: Documentation.html,v 1.452 2003/06/02
12:33:36 lem9 Exp $ 00:40:13 lem9 Exp $
Requirements Requirements
* PHP3 or PHP4: phpMyAdmin widely uses the 'str_replace()' PHP * PHP3, PHP4 or PHP5: phpMyAdmin widely uses the 'str_replace()' PHP
function that was added in PHP 3.0.6, but was buggy up until function that was added in PHP 3.0.6, but was buggy up until
PHP 3.0.8. Then you should not run this script with PHP3 < 3.0.8. PHP 3.0.8. Then you should not run this script with PHP3 < 3.0.8.
PHP also needs to be compiled with MySQL support; PHP also needs to be compiled with MySQL support;
If you want to display inline thumbnails of JPEGs, you also need If you want to display inline thumbnails of JPEGs, you also need
GD2 support in PHP. GD2 support in PHP.
* MySQL (tested with 3.21.x, 3.22.x, 3.23.x and 4.0.x); * MySQL (tested with 3.21.x, 3.22.x, 3.23.x, 4.0.x and 4.1.x);
Note: Because of a major change in the definition syntax of string Note: The implemented MySQL 4.1.x support is experimental!
field types, this version of phpMyAdmin probably won't work
correctly with MySQL >= 4.1.0!
* a web-browser (doh!). * a web-browser (doh!).
Introduction Introduction
@@ -1510,12 +1508,15 @@ FAQ - Frequently Asked Questions
submitted and handled by PHP. One user also said that post_max_size submitted and handled by PHP. One user also said that post_max_size
and memory_limit need to be larger than upload_max_filesize. and memory_limit need to be larger than upload_max_filesize.
[1.17] Does phpMyAdmin support MySQL 4.1? [1.17] Does phpMyAdmin support MySQL 4.1 and 5.0?
Because of a major change in the definition syntax of string field phpMyAdmin provides limited support for MySQL 4.1. That means that you
types, this version of phpMyAdmin probably won't work correctly with can neither assign character sets to a table or field on create nor
MySQL >= 4.1.0! We will work on the support as soon as MySQL 4.1.0 is change the (automatically) assigned character set.
released. When compiling php, we strongly recommend that you manually link it to
a MySQL 4.1 client library since the one that is currently bundled
with php is rather old and might cause problems.
MySQL 5 is not yet supported.
[1.18] I'm running MySQL <= 4.0.1 having lower_case_table_names set to 1. [1.18] I'm running MySQL <= 4.0.1 having lower_case_table_names set to 1.
If I create a new table with a capital letter in its name it is changed to If I create a new table with a capital letter in its name it is changed to

View File

@@ -16,7 +16,7 @@
*/ */
// phpMyAdmin release // phpMyAdmin release
if (!defined('PMA_VERSION')) { if (!defined('PMA_VERSION')) {
define('PMA_VERSION', '2.5.1-rc2'); define('PMA_VERSION', '2.5.1');
} }
// php version // php version

View File

@@ -5,7 +5,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.5.1-rc2 - Official translators</title> <title>phpMyAdmin 2.5.1 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" /> <link rel="stylesheet" type="text/css" href="docs.css" />
<script lanuage="javascript" type="text/javascript"> <script lanuage="javascript" type="text/javascript">
<!-- <!--
@@ -45,7 +45,7 @@
<hr noshade="noshade" width="100%" /> <hr noshade="noshade" width="100%" />
</div> </div>
<h1>phpMyAdmin 2.5.1-rc2 official translators list</h1> <h1>phpMyAdmin 2.5.1 official translators list</h1>
<p> <p>
Here is the list of the so called &quot;official translators&quot; of Here is the list of the so called &quot;official translators&quot; of