From bfe41c0434d0ac5aa348f1fd6bf787a51a413065 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 21 Dec 2019 23:45:02 +0100 Subject: [PATCH] Add ChangeLog entry for #15614 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 07d0e99f51..905d68b136 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ phpMyAdmin - ChangeLog - issue #15640 Fix php 7.4 error when trying to access array offset on value of type null on table browse - issue #15641 Fix replication actions where broken (start slave, stop slave, reset, ...) - issue #15608 Fix DisableIS is broken when with controluser configured (database list broken) +- issue #15614 Fix undefined offset on index page for MySQL 5.7.8 (server charset) 4.9.2 (2019-11-21) - issue #14184 Change the cookie name from phpMyAdmin to phpMyAdmin_https for HTTPS, fixes many "Failed to set session cookie" errors