Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2003-06-02 04:40:59 +0400
committerMarc Delisle <marc@infomarc.info>2003-06-02 04:40:59 +0400
commit98df0d900c14f0a20df64e6f0ca2a335d92e6a35 (patch)
treef5b394b9d88b784062fa4be0887c7753dbe2cea9
parent30304e2578fe82900bd13e7882c39a3847aa95dc (diff)
-rwxr-xr-xChangeLog3
-rwxr-xr-xDocumentation.html4
-rw-r--r--Documentation.txt27
-rw-r--r--libraries/defines_php.lib.php32
-rw-r--r--translators.html4
5 files changed, 22 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 0342d3fe02..d081e39484 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2003-06-02 Marc Delisle <lem9@users.sourceforge.net>
+ ### 2.5.1 released
+
2003-06-02 Alexander M. Turek <rabus@users.sourceforge.net>
* Happy Birthday to me :-)
* libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
diff --git a/Documentation.html b/Documentation.html
index 5adb60a101..15636bf862 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -8,7 +8,7 @@
<head>
<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" />
</head>
@@ -31,7 +31,7 @@
<hr noshade="noshade" width="100%" />
</div>
-<h1>phpMyAdmin 2.5.1-rc2 Documentation</h1>
+<h1>phpMyAdmin 2.5.1 Documentation</h1>
<!-- TOP MENU -->
diff --git a/Documentation.txt b/Documentation.txt
index 6dd397762f..dbd27ac962 100644
--- a/Documentation.txt
+++ b/Documentation.txt
@@ -6,7 +6,7 @@
Transformations - FAQ - Developers - Credits - Translators
______________________________________________________________________
- phpMyAdmin 2.5.1-rc1 Documentation
+ phpMyAdmin 2.5.1 Documentation
* SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/
]
@@ -14,21 +14,19 @@
+ Version history: ChangeLog
+ General notes: README
+ License: LICENSE
- * Documentation version: $Id: Documentation.html,v 1.449 2003/05/26
- 12:33:36 lem9 Exp $
+ * Documentation version: $Id: Documentation.html,v 1.452 2003/06/02
+ 00:40:13 lem9 Exp $
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
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;
If you want to display inline thumbnails of JPEGs, you also need
GD2 support in PHP.
- * MySQL (tested with 3.21.x, 3.22.x, 3.23.x and 4.0.x);
- Note: Because of a major change in the definition syntax of string
- field types, this version of phpMyAdmin probably won't work
- correctly with MySQL >= 4.1.0!
+ * MySQL (tested with 3.21.x, 3.22.x, 3.23.x, 4.0.x and 4.1.x);
+ Note: The implemented MySQL 4.1.x support is experimental!
* a web-browser (doh!).
Introduction
@@ -1510,12 +1508,15 @@ FAQ - Frequently Asked Questions
submitted and handled by PHP. One user also said that post_max_size
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
- types, this version of phpMyAdmin probably won't work correctly with
- MySQL >= 4.1.0! We will work on the support as soon as MySQL 4.1.0 is
- released.
+ phpMyAdmin provides limited support for MySQL 4.1. That means that you
+ can neither assign character sets to a table or field on create nor
+ change the (automatically) assigned character set.
+ 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.
If I create a new table with a capital letter in its name it is changed to
diff --git a/libraries/defines_php.lib.php3 b/libraries/defines_php.lib.php3
index d41bdc155f..747598dc55 100644
--- a/libraries/defines_php.lib.php3
+++ b/libraries/defines_php.lib.php3
@@ -16,7 +16,7 @@
*/
// phpMyAdmin release
if (!defined('PMA_VERSION')) {
- define('PMA_VERSION', '2.5.1-rc2');
+ define('PMA_VERSION', '2.5.1');
}
// php version
diff --git a/translators.html b/translators.html
index 08a73e7c3e..7be65b363a 100644
--- a/translators.html
+++ b/translators.html
@@ -5,7 +5,7 @@
<head>
<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" />
<script lanuage="javascript" type="text/javascript">
<!--
@@ -45,7 +45,7 @@
<hr noshade="noshade" width="100%" />
</div>
-<h1>phpMyAdmin 2.5.1-rc2 official translators list</h1>
+<h1>phpMyAdmin 2.5.1 official translators list</h1>
<p>
Here is the list of the so called &quot;official translators&quot; of