bug #2883381 [doc] Side effects of MemoryLimit setting
This commit is contained in:
@@ -56,6 +56,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
||||
- bug [structure] "In use" table incorrectly reported as "view"
|
||||
- bug #2879909 [interface] Removed double htmlspecialchars when editing enum column
|
||||
- bug #2868328 [relations] Adding foreign key when table name contains a dot
|
||||
- bug #2883381 [doc] Side effects of MemoryLimit setting
|
||||
|
||||
3.2.2.1 (2009-10-12)
|
||||
- [security] XSS and SQL injection, thanks to Herman van Rink
|
||||
|
@@ -1296,11 +1296,13 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE</pre>
|
||||
Synchronize feature but has no effect when PHP is running in safe mode.</dd>
|
||||
|
||||
<dt id="cfg_MemoryLimit">$cfg['MemoryLimit'] integer [number of bytes]</dt>
|
||||
<dd>Set the number of bytes a script is allowed to allocate. If number set
|
||||
<dd>Set the number of bytes a script is allowed to allocate. If set
|
||||
to zero, no limit is imposed.<br />
|
||||
This setting is used while importing/exporting dump files but has no
|
||||
effect when PHP is running in safe mode.<br />
|
||||
You can also use any string as in php.ini, eg. '16M'.</dd>
|
||||
This setting is used while importing/exporting dump files and at some
|
||||
other places in phpMyAdmin so you definitely don't want to put here
|
||||
a too low value. It has no effect when PHP is running in safe mode.<br />
|
||||
You can also use any string as in php.ini, eg. '16M'. Ensure
|
||||
you don't omit the suffix (16 means 16 bytes!)</dd>
|
||||
|
||||
<dt id="cfg_SkipLockedTables">$cfg['SkipLockedTables'] boolean</dt>
|
||||
<dd>Mark used tables and make it possible to show databases with locked
|
||||
|
Reference in New Issue
Block a user