Changeset 1130
- Timestamp:
- 04/29/08 12:53:47
(4 months ago)
- Author:
- zothos
- Message:
Updated phpMyAdmin to 2.11.5.2
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1129 |
r1130 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | |
|---|
| | 4 | 2008-04-29 Jochen Manz |
|---|
| | 5 | - TOOLS: |
|---|
| | 6 | * Updated phpMyAdmin to 2.11.5.2 |
|---|
| 3 | 7 | |
|---|
| 4 | 8 | 2008-04-28 Jochen Manz |
|---|
| r1091 |
r1130 |
|
| 3 | 3 | ---------------------- |
|---|
| 4 | 4 | |
|---|
| 5 | | $Id: ChangeLog 11175 2008-03-29 06:06:35Z lem9 $ |
|---|
| | 5 | $Id: ChangeLog 11206 2008-04-22 19:12:35Z lem9 $ |
|---|
| 6 | 6 | $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ |
|---|
| | 7 | |
|---|
| | 8 | 2.11.5.2 (2008-04-22) |
|---|
| | 9 | - PMASA-2008-3 [security] File disclosure |
|---|
| 7 | 10 | |
|---|
| 8 | 11 | 2.11.5.1 (2008-03-29) |
|---|
| r1095 |
r1130 |
|
| 3 | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" |
|---|
| 4 | 4 | version="-//W3C//DTD XHTML 1.1//EN" dir="ltr"> |
|---|
| 5 | | <!-- $Id: Documentation.html 11177 2008-03-29 13:26:51Z lem9 $ --> |
|---|
| | 5 | <!-- $Id: Documentation.html 11206 2008-04-22 19:12:35Z lem9 $ --> |
|---|
| 6 | 6 | <!-- |
|---|
| 7 | 7 | vim: expandtab ts=4 sw=4 sts=4 tw=78 |
|---|
| … | … | |
| 12 | 12 | <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> |
|---|
| 13 | 13 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
|---|
| 14 | | <title>phpMyAdmin 2.11.5.1 - Documentation</title> |
|---|
| | 14 | <title>phpMyAdmin 2.11.5.2 - Documentation</title> |
|---|
| 15 | 15 | <link rel="stylesheet" type="text/css" href="docs.css" /> |
|---|
| 16 | 16 | </head> |
|---|
| … | … | |
| 34 | 34 | </ul> |
|---|
| 35 | 35 | |
|---|
| 36 | | <h1>phpMyAdmin 2.11.5.1 Documentation</h1> |
|---|
| | 36 | <h1>phpMyAdmin 2.11.5.2 Documentation</h1> |
|---|
| 37 | 37 | |
|---|
| 38 | 38 | <ul><li><a href="http://www.phpmyadmin.net/"> |
|---|
| … | … | |
| 49 | 49 | </li> |
|---|
| 50 | 50 | <li>Documentation version: |
|---|
| 51 | | <i>$Id: Documentation.html 11177 2008-03-29 13:26:51Z lem9 $</i> |
|---|
| | 51 | <i>$Id: Documentation.html 11206 2008-04-22 19:12:35Z lem9 $</i> |
|---|
| 52 | 52 | </li> |
|---|
| 53 | 53 | </ul> |
|---|
| … | … | |
| 175 | 175 | <h3 id="quick_install">Quick Install</h3> |
|---|
| 176 | 176 | <ol><li>Choose an appropriate distribution kit from the phpmyadmin.net |
|---|
| 177 | | Downloads page. Some kits contain only the English messages, |
|---|
| | 177 | Downloads page. Some kits contain only the English messages, |
|---|
| 178 | 178 | others contain all languages in UTF-8 format (this should be fine |
|---|
| 179 | 179 | in most situations), others contain all |
|---|
| 180 | 180 | languages and all character sets. We'll assume you chose a kit whose |
|---|
| 181 | | name looks like <tt>phpMyAdmin-x.x.x-all-languages.tar.gz</tt>. |
|---|
| | 181 | name looks like <tt>phpMyAdmin-x.x.x-all-languages.tar.gz</tt>. |
|---|
| 182 | 182 | </li> |
|---|
| 183 | 183 | <li>Untar or unzip the distribution (be sure to unzip the subdirectories): |
|---|
| … | … | |
| 195 | 195 | <li>Now you must configure your installation. There are two methods that |
|---|
| 196 | 196 | can be used. Traditionally, users have hand-edited a copy of |
|---|
| 197 | | <tt>config.inc.php</tt>, but now a wizard-style setup script is |
|---|
| 198 | | provided for those who prefer a graphical installation. Creating a |
|---|
| | 197 | <tt>config.inc.php</tt>, but now a wizard-style setup script is |
|---|
| | 198 | provided for those who prefer a graphical installation. Creating a |
|---|
| 199 | 199 | <tt>config.inc.php</tt> file is |
|---|
| 200 | 200 | still a quick way to get started and needed for some advanced features. |
|---|
| … | … | |
| 490 | 490 | <ul><li>This mode is a convenient way of using credentials from another |
|---|
| 491 | 491 | application to authenticate to phpMyAdmin.</li> |
|---|
| 492 | | <li>The other application has to store login information into |
|---|
| | 492 | <li>The other application has to store login information into |
|---|
| 493 | 493 | session data.</li> |
|---|
| 494 | 494 | <li>More details in the <a href="#cfg_Servers_auth_type">auth_type</a> |
|---|
| … | … | |
| 581 | 581 | <dt id="cfg_SuhosinDisableWarning">$cfg['SuhosinDisableWarning'] boolean</dt> |
|---|
| 582 | 582 | <dd>A warning is displayed on the main page if Suhosin is detected. |
|---|
| 583 | | You can set this parameter to <tt>TRUE</tt> to stop this message |
|---|
| | 583 | You can set this parameter to <tt>TRUE</tt> to stop this message |
|---|
| 584 | 584 | from appearing.</dd> |
|---|
| 585 | 585 | |
|---|
| … | … | |
| 703 | 703 | (<tt>$auth_type = '<abbr title="HyperText Transfer Protocol">HTTP</abbr>'</tt>) as introduced in 1.3.0 |
|---|
| 704 | 704 | allows you to log in as any valid MySQL user via HTTP-Auth.</li> |
|---|
| 705 | | <li>'signon' authentication mode |
|---|
| | 705 | <li>'signon' authentication mode |
|---|
| 706 | 706 | (<tt>$auth_type = 'signon'</tt>) |
|---|
| 707 | 707 | as introduced in 2.10.0 allows you to log in from prepared PHP |
|---|
| … | … | |
| 787 | 787 | this string will be displayed instead of the hostname in the pull-down |
|---|
| 788 | 788 | menu on the main page. This can be useful if you want to show only |
|---|
| 789 | | certain databases on your system, for example. For HTTP auth, all |
|---|
| | 789 | certain databases on your system, for example. For HTTP auth, all |
|---|
| 790 | 790 | non-US-ASCII characters will be stripped.</dd> |
|---|
| 791 | 791 | |
|---|
| … | … | |
| 984 | 984 | </dt> |
|---|
| 985 | 985 | <dd>Since release 2.10.0 a Designer interface is available; it permits |
|---|
| 986 | | to visually manage the relations. |
|---|
| | 986 | to visually manage the relations. |
|---|
| 987 | 987 | <br /><br /> |
|---|
| 988 | 988 | |
|---|
| … | … | |
| 1098 | 1098 | <dd>The maximum number of database names to be displayed in the |
|---|
| 1099 | 1099 | navigation frame and the database list.</dd> |
|---|
| 1100 | | |
|---|
| | 1100 | |
|---|
| 1101 | 1101 | <dt id="cfg_MaxTableList">$cfg['MaxTableList'] integer</dt> |
|---|
| 1102 | 1102 | <dd>The maximum number of table names to be displayed in the |
|---|
| 1103 | | main panel's list (except on the Export page). This limit is also enforced in the navigation panel |
|---|
| | 1103 | main panel's list (except on the Export page). This limit is also enforced in the navigation panel |
|---|
| 1104 | 1104 | when in Light mode.</dd> |
|---|
| 1105 | 1105 | |
|---|
| 1106 | 1106 | <dt id="cfg_MaxCharactersInDisplayedSQL">$cfg['MaxCharactersInDisplayedSQL'] integer</dt> |
|---|
| 1107 | | <dd>The maximum number of characters when a SQL query is displayed. The |
|---|
| | 1107 | <dd>The maximum number of characters when a SQL query is displayed. The |
|---|
| 1108 | 1108 | default limit of 1000 should be correct to avoid the display of tons |
|---|
| 1109 | 1109 | of hexadecimal codes that represent BLOBs, but some users have real |
|---|
| … | … | |
| 1257 | 1257 | Defaults to <tt>TRUE</tt>.</dd> |
|---|
| 1258 | 1258 | <dt id="cfg_LeftLogoLink">$cfg['LeftLogoLink'] string</dt> |
|---|
| 1259 | | <dd>Enter URL where logo in the navigation frame will point to. |
|---|
| | 1259 | <dd>Enter URL where logo in the navigation frame will point to. |
|---|
| 1260 | 1260 | For use especially with self made theme which changes this. |
|---|
| 1261 | 1261 | The default value for this is <tt>main.php</tt>.</dd> |
|---|
| … | … | |
| 1273 | 1273 | Defaults to FALSE (drop-down).</dd> |
|---|
| 1274 | 1274 | <dt id="cfg_DisplayDatabasesList">$cfg['DisplayDatabasesList'] boolean or text</dt> |
|---|
| 1275 | | <dd>Defines whether to display database choice in light navigation frame as links |
|---|
| | 1275 | <dd>Defines whether to display database choice in light navigation frame as links |
|---|
| 1276 | 1276 | instead of in a drop-down. Defaults to 'auto' - on main page list is |
|---|
| 1277 | 1277 | shown, when database is selected, only drop down is displayed.</dd> |
|---|
| … | … | |
| 1284 | 1284 | <dt><span id="cfg_ShowServerInfo">$cfg['ShowServerInfo'] </span>boolean</dt> |
|---|
| 1285 | 1285 | <dd>Defines whether to display detailed server information on main page. |
|---|
| 1286 | | You can additionally hide more information by using |
|---|
| | 1286 | You can additionally hide more information by using |
|---|
| 1287 | 1287 | <tt><a href="#cfg_Servers_verbose">$cfg['Servers'][$i]['verbose']</a></tt>. |
|---|
| 1288 | 1288 | </dd> |
|---|
| … | … | |
| 1345 | 1345 | |
|---|
| 1346 | 1346 | <dt id="cfg_ShowFunctionFields">$cfg['ShowFunctionFields'] boolean</dt> |
|---|
| 1347 | | <dd>Defines whether or not MySQL functions fields should be initially |
|---|
| | 1347 | <dd>Defines whether or not MySQL functions fields should be initially |
|---|
| 1348 | 1348 | displayed in edit/insert mode. Since version 2.10, the user can |
|---|
| 1349 | 1349 | toggle this setting from the interface. |
|---|
| … | … | |
| 1511 | 1511 | want to use rules for IP addresses behind proxy.<br /><br /> |
|---|
| 1512 | 1512 | |
|---|
| 1513 | | The following example specifies that phpMyAdmin should trust a |
|---|
| | 1513 | The following example specifies that phpMyAdmin should trust a |
|---|
| 1514 | 1514 | HTTP_X_FORWARDED_FOR (<tt>X-Forwarded-For</tt>) header coming from the proxy 1.2.3.4: |
|---|
| 1515 | 1515 | <pre> |
|---|
| … | … | |
| 1517 | 1517 | array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR'); |
|---|
| 1518 | 1518 | </pre> |
|---|
| 1519 | | The $cfg['Servers'][$i]['AllowDeny']['rules'] directive uses the |
|---|
| | 1519 | The $cfg['Servers'][$i]['AllowDeny']['rules'] directive uses the |
|---|
| 1520 | 1520 | client's IP address as usual. |
|---|
| 1521 | 1521 | </dd> |
|---|
| … | … | |
| 1729 | 1729 | with username.<br /><br /> |
|---|
| 1730 | 1730 | |
|---|
| 1731 | | Please note that the directory must exist and has to be writable |
|---|
| | 1731 | Please note that the directory must exist and has to be writable |
|---|
| 1732 | 1732 | for the user running the webserver.<br /><br /> |
|---|
| 1733 | 1733 | |
|---|
| … | … | |
| 1836 | 1836 | <dd>For VIEWs, since obtaining the exact count could have an |
|---|
| 1837 | 1837 | impact on performance, this value is the maximum to be displayed, using |
|---|
| 1838 | | a <code>SELECT COUNT ... LIMIT</code>. The default value of 0 bypasses |
|---|
| | 1838 | a <code>SELECT COUNT ... LIMIT</code>. The default value of 0 bypasses |
|---|
| 1839 | 1839 | any row counting. |
|---|
| 1840 | 1840 | </dd> |
|---|
| … | … | |
| 2802 | 2802 | <a href="#faq1_38">1.38 Can I use phpMyAdmin on a server on which Suhosin is enabled?</a></h4> |
|---|
| 2803 | 2803 | |
|---|
| 2804 | | <p> Yes but the default configuration values of Suhosin are known to cause |
|---|
| | 2804 | <p> Yes but the default configuration values of Suhosin are known to cause |
|---|
| 2805 | 2805 | problems with some operations, for example editing a table with many |
|---|
| 2806 | | columns and no primary key. Tuning information is available at |
|---|
| | 2806 | columns and no primary key. Tuning information is available at |
|---|
| 2807 | 2807 | <a href="http://www.hardened-php.net/hphp/troubleshooting.html"> |
|---|
| 2808 | 2808 | http://www.hardened-php.net/hphp/troubleshooting.html</a>, |
|---|
| … | … | |
| 2981 | 2981 | of ";" will cause this error. Replace it with "&;". |
|---|
| 2982 | 2982 | </li> |
|---|
| 2983 | | <li>If you are using <a href="http://www.hardened-php.net/">Hardened-PHP</a>, |
|---|
| 2984 | | you might want to increase |
|---|
| | 2983 | <li>If you are using <a href="http://www.hardened-php.net/">Hardened-PHP</a>, |
|---|
| | 2984 | you might want to increase |
|---|
| 2985 | 2985 | <a href="http://www.hardened-php.net/hphp/troubleshooting.html">request limits</a>. |
|---|
| 2986 | 2986 | </li> |
|---|
| r1091 |
r1130 |
|
| 12 | 12 | * Glossary |
|---|
| 13 | 13 | |
|---|
| 14 | | phpMyAdmin 2.11.5.1 Documentation |
|---|
| | 14 | phpMyAdmin 2.11.5.2 Documentation |
|---|
| 15 | 15 | |
|---|
| 16 | 16 | * phpMyAdmin homepage |
|---|
| … | … | |
| 21 | 21 | + General notes: README |
|---|
| 22 | 22 | + License: LICENSE |
|---|
| 23 | | * Documentation version: $Id: Documentation.html 11177 2008-03-29 13:26:51Z |
|---|
| | 23 | * Documentation version: $Id: Documentation.html 11206 2008-04-22 19:12:35Z |
|---|
| 24 | 24 | lem9 $ |
|---|
| 25 | 25 | |
|---|
| r1091 |
r1130 |
|
| 1 | | $Id: README 11177 2008-03-29 13:26:51Z lem9 $ |
|---|
| | 1 | $Id: README 11206 2008-04-22 19:12:35Z lem9 $ |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | phpMyAdmin - Readme |
|---|
| … | … | |
| 6 | 6 | A set of PHP-scripts to manage MySQL over the web. |
|---|
| 7 | 7 | |
|---|
| 8 | | Version 2.11.5.1 |
|---|
| | 8 | Version 2.11.5.2 |
|---|
| 9 | 9 | ---------------- |
|---|
| 10 | 10 | http://www.phpmyadmin.net/ |
|---|
| r1091 |
r1130 |
|
| 4 | 4 | * |
|---|
| 5 | 5 | * |
|---|
| 6 | | * @version $Id: Config.class.php 11177 2008-03-29 13:26:51Z lem9 $ |
|---|
| | 6 | * @version $Id: Config.class.php 11206 2008-04-22 19:12:35Z lem9 $ |
|---|
| 7 | 7 | */ |
|---|
| 8 | 8 | |
|---|
| … | … | |
| 86 | 86 | function checkSystem() |
|---|
| 87 | 87 | { |
|---|
| 88 | | $this->set('PMA_VERSION', '2.11.5.1'); |
|---|
| | 88 | $this->set('PMA_VERSION', '2.11.5.2'); |
|---|
| 89 | 89 | /** |
|---|
| 90 | 90 | * @deprecated |
|---|
| r774 |
r1130 |
|
| 4 | 4 | * file upload functions |
|---|
| 5 | 5 | * |
|---|
| 6 | | * @version $Id: File.class.php 10395 2007-05-15 06:18:21Z cybot_tm $ |
|---|
| | 6 | * @version $Id: File.class.php 11205 2008-04-22 11:26:24Z nijel $ |
|---|
| 7 | 7 | */ |
|---|
| 8 | 8 | |
|---|
| … | … | |
| 467 | 467 | function setLocalSelectedFile($name) |
|---|
| 468 | 468 | { |
|---|
| | 469 | if (empty($GLOBALS['cfg']['UploadDir'])) return false; |
|---|
| | 470 | |
|---|
| 469 | 471 | $this->setName(PMA_userDir($GLOBALS['cfg']['UploadDir']) . PMA_securePath($name)); |
|---|
| 470 | 472 | if (! $this->isReadable()) { |
|---|
| r1091 |
r1130 |
|
| 3 | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" |
|---|
| 4 | 4 | version="-//W3C//DTD XHTML 1.1//EN" dir="ltr"> |
|---|
| 5 | | <!-- $Id: translators.html 11177 2008-03-29 13:26:51Z lem9 $ --> |
|---|
| | 5 | <!-- $Id: translators.html 11206 2008-04-22 19:12:35Z lem9 $ --> |
|---|
| 6 | 6 | |
|---|
| 7 | 7 | <head> |
|---|
| … | … | |
| 9 | 9 | <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> |
|---|
| 10 | 10 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
|---|
| 11 | | <title>phpMyAdmin 2.11.5.1 - Official translators</title> |
|---|
| | 11 | <title>phpMyAdmin 2.11.5.2 - Official translators</title> |
|---|
| 12 | 12 | <link rel="stylesheet" type="text/css" href="docs.css" /> |
|---|
| 13 | 13 | </head> |
|---|
| … | … | |
| 32 | 32 | </ul> |
|---|
| 33 | 33 | |
|---|
| 34 | | <h1>phpMyAdmin 2.11.5.1 official translators list</h1> |
|---|
| | 34 | <h1>phpMyAdmin 2.11.5.2 official translators list</h1> |
|---|
| 35 | 35 | |
|---|
| 36 | 36 | <p> Here is the list of the "official translators" of |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>