HuasoFoundries/phpPgAdmin6

PHP 7.4 Breaks UI

klaxian opened this issue · 2 comments

Upgrading to PHP 7.4 breaks the UI. Frames are in the wrong place and it is unusable. There is probably a new warning or error preventing everything from being rendered correctly.

It seems related to an open issue in php console
barbushin/php-console#165

I'll check if it's easy to remove said dependency. However, composer complained a lot too, and I'm afraid other things might be broken on 7.4.

@klaxian I refactored quite a bit and released as v6.0.0-RC1.
(the important part was leaving PHP-Console aside for PHP_VERSION>=7.4)