From a49e05111a0d3ee8aa0af505762127dc4c1883d9 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Tue, 11 Feb 2020 23:25:35 +0100 Subject: [PATCH] Add ChangeLog entry for #15877 Signed-off-by: William Desportes --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 31ef8928c3..a75cad7e65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,7 @@ phpMyAdmin - ChangeLog - issue #15926 Fixed PhpMyAdmin\Core::getRealSize('8000M') returns a float instead of an int - issue #15410 Fixed auto increment reset issue where the last value of AI was saved an could destroy the "good" value - issue #15187 Fixed editing a row and using 'insert as new row' uses primary key 0 instead of NULL +- issue #15877 Fixed php error "preg_match() expects parameter 2 to be string, null given" on some specific tables 5.0.1 (2020-01-07) - issue #15719 Fixed error 500 when browsing a table when $cfg['LimitChars'] used a string and not an int value