Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
077d3de818
@ -241,7 +241,7 @@ if (!defined('TESTSUITE')) {
|
||||
if (! empty($cfg['MemoryLimit'])) {
|
||||
@ini_set('memory_limit', $cfg['MemoryLimit']);
|
||||
}
|
||||
register_shutdown_function('PMA_shutdown');
|
||||
register_shutdown_function('PMA_shutdownDuringExport');
|
||||
// Start with empty buffer
|
||||
$dump_buffer = '';
|
||||
$dump_buffer_len = 0;
|
||||
|
||||
@ -16,7 +16,7 @@ if (! defined('PHPMYADMIN')) {
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function PMA_shutdown()
|
||||
function PMA_shutdownDuringExport()
|
||||
{
|
||||
$a = error_get_last();
|
||||
if ($a != null && strpos($a['message'], "execution time")) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user