2.5.5-dev
This commit is contained in:
@@ -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.4-rc2 - Documentation</title>
|
<title>phpMyAdmin 2.5.5-dev - 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.4-rc2 Documentation</h1>
|
<h1>phpMyAdmin 2.5.5-dev Documentation</h1>
|
||||||
|
|
||||||
|
|
||||||
<!-- TOP MENU -->
|
<!-- TOP MENU -->
|
||||||
@@ -1088,7 +1088,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
Defaults to TRUE.
|
Defaults to TRUE.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><b>$cfg['AllowArbitraryServer'] </b>boolean</dt>
|
<dt><b>$cfg['AllowArbitraryServer'] </b>boolean</dt>
|
||||||
<dd>
|
<dd>
|
||||||
If enabled allows you to login to arbitrary server using cookie auth.
|
If enabled allows you to login to arbitrary server using cookie auth.
|
||||||
@@ -2519,7 +2519,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
AddType application/x-httpd-php .php
|
AddType application/x-httpd-php .php
|
||||||
</tt>
|
</tt>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
In the case we saw, one set of directives was in
|
In the case we saw, one set of directives was in
|
||||||
<tt>/etc/httpd/conf/httpd.conf</tt>, while
|
<tt>/etc/httpd/conf/httpd.conf</tt>, while
|
||||||
the other set was in <tt>/etc/httpd/conf/addon-modules/php.conf</tt>.<br />
|
the other set was in <tt>/etc/httpd/conf/addon-modules/php.conf</tt>.<br />
|
||||||
The recommended way is with <tt>AddType</tt>, so just comment out
|
The recommended way is with <tt>AddType</tt>, so just comment out
|
||||||
@@ -3389,7 +3389,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
</h4>
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Upgrading to MySQL 4 usually gives users those global privileges: CREATE
|
Upgrading to MySQL 4 usually gives users those global privileges: CREATE
|
||||||
TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also
|
TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also
|
||||||
enables users to see all the database names, until you upgrade the grant
|
enables users to see all the database names, until you upgrade the grant
|
||||||
tables as described in the MySQL manual, section 2.5.6.
|
tables as described in the MySQL manual, section 2.5.6.
|
||||||
See this <a href="http://bugs.mysql.com/179">bug report</a>. <br /><br />
|
See this <a href="http://bugs.mysql.com/179">bug report</a>. <br /><br />
|
||||||
|
4
README
4
README
@@ -5,7 +5,7 @@ phpMyAdmin - Readme
|
|||||||
|
|
||||||
A set of PHP-scripts to administrate MySQL over the WWW.
|
A set of PHP-scripts to administrate MySQL over the WWW.
|
||||||
|
|
||||||
Version 2.5.4-rc1
|
Version 2.5.5-dev
|
||||||
-----------------
|
-----------------
|
||||||
http://www.phpmyadmin.net/
|
http://www.phpmyadmin.net/
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@ phpMyAdmin - Readme
|
|||||||
Requirements:
|
Requirements:
|
||||||
PHP3 (>= 3.0.8), PHP4 or PHP5
|
PHP3 (>= 3.0.8), PHP4 or PHP5
|
||||||
MySQL (tested with 3.21.x, 3.22.x, 3.23.x, 4.0.x and 4.1.x)
|
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!
|
Note: The implemented MySQL 4.1.x support is experimental!
|
||||||
a web-browser (doh!)
|
a web-browser (doh!)
|
||||||
|
|
||||||
Summary:
|
Summary:
|
||||||
|
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
// phpMyAdmin release
|
// phpMyAdmin release
|
||||||
if (!defined('PMA_VERSION')) {
|
if (!defined('PMA_VERSION')) {
|
||||||
define('PMA_VERSION', '2.5.4-rc2');
|
define('PMA_VERSION', '2.5.5-dev');
|
||||||
}
|
}
|
||||||
|
|
||||||
// php version
|
// php version
|
||||||
@@ -96,7 +96,7 @@ function PMA_dl($module) {
|
|||||||
} else {
|
} else {
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Whether GD2 is present
|
// Whether GD2 is present
|
||||||
|
@@ -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.4-rc2 - Official translators</title>
|
<title>phpMyAdmin 2.5.5-dev - 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.4-rc2 official translators list</h1>
|
<h1>phpMyAdmin 2.5.5-dev official translators list</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Here is the list of the so called "official translators" of
|
Here is the list of the so called "official translators" of
|
||||||
@@ -122,7 +122,7 @@
|
|||||||
<td>Bosnian</td>
|
<td>Bosnian</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="mailto:aon.912547666@aon.at?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf you have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Bosnian');">
|
<a href="mailto:aon.912547666@aon.at?subject=[phpMyAdmin translation] Feedback&body=Before you contact our translator, please note%3A%0A%0A - Each language file is included in this distribution. The translator won%27t send you any translations.%0A - There are no localized documentations yet.%0A - The translator won%27t provide any type of e-mail support.%0A%0AIf you have any questions about configuring or using phpMyAdmin%2C please use our support forum or the users email list.%0A%0A-------------------------------------------------------%0A%0ADear translator%3A just ignore this mail. I haven%27t read the text above and just submitted the mail as my client displayed it..." onclick="return PMA_notice('Bosnian');">
|
||||||
Samir Kobiljak
|
Samir Kobiljak
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user