2.3.1
This commit is contained in:
@@ -9,6 +9,7 @@ $Source$
|
|||||||
* lang/slovak update, thanks to Lubos Klokner
|
* lang/slovak update, thanks to Lubos Klokner
|
||||||
* lang/estonian: update, thanks to Alvar Soome
|
* lang/estonian: update, thanks to Alvar Soome
|
||||||
* Documentation.html, faq 1.24 about the PHP 4.2.3 bug
|
* Documentation.html, faq 1.24 about the PHP 4.2.3 bug
|
||||||
|
* ### 2.3.1 released ###
|
||||||
|
|
||||||
2002-09-29 Alexander M. Turek <rabus@users.sourceforge.net>
|
2002-09-29 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* read_dump.php3: Fixed an "undefined variable" error.
|
* read_dump.php3: Fixed an "undefined variable" error.
|
||||||
|
@@ -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.3.1-rc2 - Documentation</title>
|
<title>phpMyAdmin 2.3.1 - Documentation</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
.navigation {
|
.navigation {
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
<a name="top"></a>
|
<a name="top"></a>
|
||||||
<h1>phpMyAdmin 2.3.1-rc2 Documentation</h1>
|
<h1>phpMyAdmin 2.3.1 Documentation</h1>
|
||||||
|
|
||||||
|
|
||||||
<!-- TOP MENU -->
|
<!-- TOP MENU -->
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
phpMyAdmin 2.3.1-rc1 Documentation
|
phpMyAdmin 2.3.1 Documentation
|
||||||
|
|
||||||
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
|
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
|
||||||
]
|
]
|
||||||
@@ -7,8 +7,8 @@
|
|||||||
+ Version history: ChangeLog
|
+ Version history: ChangeLog
|
||||||
+ General notes: README
|
+ General notes: README
|
||||||
+ License: LICENSE
|
+ License: LICENSE
|
||||||
* Documentation version: $Id: Documentation.html,v 1.342 2002/09/15
|
* Documentation version: $Id: Documentation.html,v 1.347 2002/09/30
|
||||||
23:43:48 lem9 Exp $
|
00:37:42 lem9 Exp $
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
Top - Requirements - Introduction - Installation -
|
Top - Requirements - Introduction - Installation -
|
||||||
@@ -664,6 +664,17 @@ CRIPT_NAME'], '/')+1);
|
|||||||
Defines whether MySQL functions fields should be displayed or
|
Defines whether MySQL functions fields should be displayed or
|
||||||
not in edit/insert mode.
|
not in edit/insert mode.
|
||||||
|
|
||||||
|
$cfg['CharEditing'] string
|
||||||
|
Defines which type of editing controls should be used for CHAR
|
||||||
|
and VARCHAR fields. Possible values are:
|
||||||
|
|
||||||
|
+ input - this allows to limit size of text to size of field in
|
||||||
|
MySQL, but has problems with newlines in fields
|
||||||
|
+ textarea - no problems with newlines in fields, but also no
|
||||||
|
length limitations
|
||||||
|
|
||||||
|
Default is old behavior so input.
|
||||||
|
|
||||||
$cfg['ZipDump'] boolean
|
$cfg['ZipDump'] boolean
|
||||||
$cfg['GZipDump'] boolean
|
$cfg['GZipDump'] boolean
|
||||||
$cfg['BZipDump'] boolean
|
$cfg['BZipDump'] boolean
|
||||||
@@ -778,8 +789,12 @@ CRIPT_NAME'], '/')+1);
|
|||||||
|
|
||||||
$cfg['TextareaCols'] integer
|
$cfg['TextareaCols'] integer
|
||||||
$cfg['TextareaRows'] integer
|
$cfg['TextareaRows'] integer
|
||||||
|
$cfg['CharTextareaCols'] integer
|
||||||
|
$cfg['CharTextareaRows'] integer
|
||||||
Number of columns and rows for the textareas.
|
Number of columns and rows for the textareas.
|
||||||
This value will be emphasized (*2) for sql query textareas.
|
This value will be emphasized (*2) for sql query textareas.
|
||||||
|
The Char* values are used for CHAR and VARCHAR editing (if
|
||||||
|
configured via $cfg['CharEditing']).
|
||||||
|
|
||||||
$cfg['TextareaAutoSelect'] boolean
|
$cfg['TextareaAutoSelect'] boolean
|
||||||
Defines if the whole textarea of the query box will be selected
|
Defines if the whole textarea of the query box will be selected
|
||||||
@@ -935,9 +950,9 @@ FAQ - Frequently Asked Questions
|
|||||||
[1.3] I'm running phpMyAdmin with "cookie" authentication mode under
|
[1.3] I'm running phpMyAdmin with "cookie" authentication mode under
|
||||||
PHP 4.2.0 or 4.2.1 loaded as an Apache 2+ module but can't enter the
|
PHP 4.2.0 or 4.2.1 loaded as an Apache 2+ module but can't enter the
|
||||||
script: I'm always displayed the login screen.
|
script: I'm always displayed the login screen.
|
||||||
This is a kown PHP bug (see this bug report) from the official php bug
|
This is a known PHP bug (see this bug report) from the official php
|
||||||
database. It means there is and won't be any phpMyAdmin fix against it
|
bug database. It means there is and won't be any phpMyAdmin fix
|
||||||
because there is no way to code a fix.
|
against it because there is no way to code a fix.
|
||||||
|
|
||||||
[1.4] Using phpMyAdmin on IIS, I'm displayed the error message: "The
|
[1.4] Using phpMyAdmin on IIS, I'm displayed the error message: "The
|
||||||
specified CGI application misbehaved by not returning a complete set
|
specified CGI application misbehaved by not returning a complete set
|
||||||
@@ -1099,6 +1114,10 @@ FAQ - Frequently Asked Questions
|
|||||||
check the value of this directive using the query
|
check the value of this directive using the query
|
||||||
SHOW VARIABLES LIKE 'lower_case_table_names';
|
SHOW VARIABLES LIKE 'lower_case_table_names';
|
||||||
|
|
||||||
|
[1.24] Some characters are being truncated in my queries, or I get
|
||||||
|
characters randomly added. I am running PHP 4.2.3.
|
||||||
|
This is a PHP 4.2.3 bug.
|
||||||
|
|
||||||
[2. Configuration]
|
[2. Configuration]
|
||||||
|
|
||||||
[2.1] The error message "Warning: Cannot add header information -
|
[2.1] The error message "Warning: Cannot add header information -
|
||||||
@@ -1311,9 +1330,9 @@ FAQ - Frequently Asked Questions
|
|||||||
|
|
||||||
[6. Using phpMyAdmin]
|
[6. Using phpMyAdmin]
|
||||||
|
|
||||||
[6.1] I can't insert new rows into a table - MySQL brings up a
|
[6.1] I can't insert new rows into a table / I can't create a table -
|
||||||
SQL-error.
|
MySQL brings up a SQL-error.
|
||||||
Examine the SQL error with care. I've found that many programmers
|
Examine the SQL error with care. Often the problem is caused by
|
||||||
specifying a wrong field-type.
|
specifying a wrong field-type.
|
||||||
Common errors include:
|
Common errors include:
|
||||||
* Using VARCHAR without a size argument
|
* Using VARCHAR without a size argument
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
// phpMyAdmin release
|
// phpMyAdmin release
|
||||||
if (!defined('PMA_VERSION')) {
|
if (!defined('PMA_VERSION')) {
|
||||||
define('PMA_VERSION', '2.3.1-rc2');
|
define('PMA_VERSION', '2.3.1');
|
||||||
}
|
}
|
||||||
|
|
||||||
// php version
|
// php version
|
||||||
|
@@ -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.3.1-rc2 - Official translators</title>
|
<title>phpMyAdmin 2.3.1 - Official translators</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
<!--
|
<!--
|
||||||
body {
|
body {
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
|
|
||||||
<h1 align="center">phpMyAdmin 2.3.1-rc2 official translators list</h1>
|
<h1 align="center">phpMyAdmin 2.3.1 official translators list</h1>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user