phpmyadmin/libraries/classes/Display
Jack Cherng b89c17c7d7
Fix PHP 7.4 accessing offset on null/bool
null['xxx'] or false['xxx'] emits a notice in PHP 7.4.

Problematic pages:

- phpMyAdmin/db_tracking.php?db=DB_NAME
- phpMyAdmin/server_privileges.php?adduser=1
- some other pages using POST method...

0e6e2297fc/UPGRADING (L25-L28)

Signed-off-by: Jack Cherng <jfcherng@gmail.com>
2019-07-27 09:14:13 +08:00
..
ChangePassword.php Fix #14948 - Change password is not showing password Strength difference 2019-03-06 16:19:10 +01:00
CreateTable.php Refactor check_user_privileges to static methods 2017-09-11 22:09:05 -03:00
Export.php Fix #14775 - export to SQL format not available for tables 2018-12-19 15:41:13 +01:00
GitRevision.php Fix #14635 - Git revision error 2018-12-21 15:02:13 +01:00
Import.php Remove @ operator from function_exists 2018-03-01 22:36:35 -03:00
ImportAjax.php Fixes Import Fail (#14085) 2018-03-23 20:16:28 -03:00
Results.php Fix PHP 7.4 accessing offset on null/bool 2019-07-27 09:14:13 +08:00