1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-12 01:24:17 +02:00

Fix blocking of concurrent instances in PHP >7.2 (bug #703)

This commit is contained in:
Jakub Vrana
2019-08-27 13:03:03 +02:00
parent 34a0bfd939
commit 5ffec58a8f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
Adminer 4.7.3-dev:
Allow editing foreign keys pointing to tables in other database/schema (bug #694)
Fix blocking of concurrent instances in PHP >7.2 (bug #703)
MySQL: Speed up displaying tables in large databases (bug #700, regression from 4.7.2)
MySQL: Allow editing rows identified by negative floats (bug #695)
MySQL: Skip editing generated columns