bug #3428627 [import] ODS import ignores memory limits
This commit is contained in:
@@ -6,6 +6,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #3426840 [interface] ENUM/SET editor can't handle commas in values
|
||||
- bug #3427256 [interface] no links to browse/empty views and tables
|
||||
- bug #3430377 [interface] Deleted search results remain visible
|
||||
- bug #3428627 [import] ODS import ignores memory limits
|
||||
|
||||
3.4.7.0 (2011-10-23)
|
||||
- bug #3418610 [interface] Links in navigation when $cfg['MainPageIconic'] = false
|
||||
|
@@ -35,9 +35,6 @@ if (isset($plugin_list)) {
|
||||
return;
|
||||
}
|
||||
|
||||
ini_set('memory_limit', '128M');
|
||||
set_time_limit(120);
|
||||
|
||||
$i = 0;
|
||||
$len = 0;
|
||||
$buffer = "";
|
||||
|
@@ -28,9 +28,6 @@ if (isset($plugin_list)) {
|
||||
return;
|
||||
}
|
||||
|
||||
ini_set('memory_limit', '128M');
|
||||
set_time_limit(120);
|
||||
|
||||
$i = 0;
|
||||
$len = 0;
|
||||
$buffer = "";
|
||||
|
Reference in New Issue
Block a user