1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 16:44:17 +02:00

Fix PHP 8 warning

This commit is contained in:
Jakub Vrana
2021-02-08 10:33:45 +01:00
parent 7ccc1e3e15
commit 28209301ca
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
Adminer 4.7.10-dev:
Add DB version to comment in export
Support PHP 8 in create table (regression from 4.7.9)
Adminer 4.7.9 (released 2021-02-07):
Fix XSS in browsers which don't encode URL parameters (bug #775, regression from 4.7.0)