Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 5ffe2847ac5c5bbc708a75e28a12d1f99c86950c https://github.com/phpmyadmin/phpmyadmin/commit/5ffe2847ac5c5bbc708a75e28a12... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-04-29 (Sat, 04 April 2023) -03:00
Changed paths: M libraries/classes/Common.php M libraries/classes/Config.php M libraries/classes/Config/Settings.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/AbstractTestCase.php M test/classes/Config/SettingsTest.php M test/classes/ConfigTest.php
Log Message: ----------- Remove Config::checkServers() method
Removes the Config::checkServers() method as it's duplicated in Config\Settings class. Also uses the Settings class to filter invalid config keys when loading a config file.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 14084fdae520ec5ac8f41c4d19ee1e77938b1697 https://github.com/phpmyadmin/phpmyadmin/commit/14084fdae520ec5ac8f41c4d19ee... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-04-29 (Sat, 04 April 2023) -03:00
Changed paths: M libraries/classes/Common.php M libraries/classes/Config.php M libraries/classes/Config/Settings.php M phpstan-baseline.neon M psalm-baseline.xml M test/classes/AbstractTestCase.php M test/classes/Config/SettingsTest.php M test/classes/ConfigTest.php
Log Message: ----------- Merge pull request #18372 from MauricioFauth/config-check-servers-removal
Remove `Config::checkServers()` method