From 4a5294932e4d5ac893bab3a37a5f797573f03328 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 31 Dec 2019 12:01:44 +0100 Subject: [PATCH] Add ChangeLog entry for #15725 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 8578d96234..97fc249139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ phpMyAdmin - ChangeLog - issue #15723 Fix can't browse certain tables since 5.0.0 update - issue Prevent line wrap in DB structure size column - issue Remove extra line break from downloaded blob content +- issue #15725 Fixed error 500 when exporting - set time limit when $cfg['ExecTimeLimit'] used a string and not an int value 5.0.0 (2019-12-26) - issue #13896 Drop support for PHP 5.5, PHP 5.6, PHP 7.0 and HHVM