This commit is contained in:
Marc Delisle
2002-03-22 17:26:05 +00:00
parent 08f0063d83
commit e736f74c5c
4 changed files with 13 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ $Source$
2002-03-22 Marc Delisle <lem9@users.sourceforge.net> 2002-03-22 Marc Delisle <lem9@users.sourceforge.net>
* finnish, norwegian updates * finnish, norwegian updates
* ### 2.2.5 released ###
2002-03-22 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2002-03-22 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* db_details.php3, lines 383-390: removed the submit button for actions on * db_details.php3, lines 383-390: removed the submit button for actions on

View File

@@ -6,7 +6,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.2.5-rc2 - Documentation</title> <title>phpMyAdmin 2.2.5 - Documentation</title>
<style type="text/css"> <style type="text/css">
<!-- <!--
.navigation { .navigation {
@@ -75,7 +75,7 @@
<body bgcolor="#FFFFFF"> <body bgcolor="#FFFFFF">
<a name="top"></a> <a name="top"></a>
<h1>phpMyAdmin 2.2.5-rc2 Documentation</h1> <h1>phpMyAdmin 2.2.5 Documentation</h1>
<!-- TOP MENU --> <!-- TOP MENU -->

View File

@@ -1,5 +1,5 @@
phpMyAdmin 2.2.5-rc1 Documentation phpMyAdmin 2.2.5 Documentation
* Official phpMyAdmin project homepage [ * Official phpMyAdmin project homepage [
http://www.phpwizard.net/projects/phpMyAdmin/ ] http://www.phpwizard.net/projects/phpMyAdmin/ ]
@@ -9,8 +9,8 @@
+ Version history: ChangeLog + Version history: ChangeLog
+ General notes: README + General notes: README
+ License: LICENSE + License: LICENSE
* Documentation version: $Id: Documentation.html,v 1.165 2002/03/11 * Documentation version: $Id: Documentation.html,v 1.169 2002/03/22
17:10:45 lem9 Exp $ 12:04:53 loic1 Exp $
______________________________________________________________________ ______________________________________________________________________
Top - Requirements - Introduction - Installation - Top - Requirements - Introduction - Installation -
@@ -624,6 +624,11 @@ FAQ - Frequently Asked Questions
If PHP does not have read/write access to its upload_tmp_dir, it If PHP does not have read/write access to its upload_tmp_dir, it
cannot access the uploaded query. cannot access the uploaded query.
I get an error 'No SQL query' when trying to submit a query from the
convenient text area.
Check the post_max_size directive from your php configuration file and
try to increase it.
I have problems with mysql.user field names. I have problems with mysql.user field names.
In older MySQL versions, the User and Password fields were named user In older MySQL versions, the User and Password fields were named user
and password. Please modify your field names to align with current and password. Please modify your field names to align with current
@@ -1000,7 +1005,7 @@ P
Kristof Hamann, Thomas Kl<4B>ger, Lubos Klokner, Martin Marconcini, Kristof Hamann, Thomas Kl<4B>ger, Lubos Klokner, Martin Marconcini,
Girish Nair, David Nordenberg, Bernard M. Piller, Laurent Haas, Girish Nair, David Nordenberg, Bernard M. Piller, Laurent Haas,
"Sakamoto", Yuval Sarna, www.securereality.com.au, "Sakamoto", Yuval Sarna, www.securereality.com.au,
Peter Svec, Michael Tacelosky, Lu<4C>s V., Daniel Villanueva, Vinay, Alvar Soome, Peter Svec, Michael Tacelosky, Lu<4C>s V., Daniel Villanueva, Vinay,
Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael Winningham. Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael Winningham.

View File

@@ -1,7 +1,6 @@
<?php <?php
/* $Id$ */ /* $Id$ */
/** /**
* DEFINES VARIABLES & CONSTANTS * DEFINES VARIABLES & CONSTANTS
* Overview: * Overview:
@@ -17,7 +16,7 @@
*/ */
// phpMyAdmin release // phpMyAdmin release
if (!defined('PMA_VERSION')) { if (!defined('PMA_VERSION')) {
define('PMA_VERSION', '2.2.5-dev'); define('PMA_VERSION', '2.2.5');
} }
// php version // php version