Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 355f6d9d20ebfc76bc5b5f89b59c71378f7acf30 https://github.com/phpmyadmin/phpmyadmin/commit/355f6d9d20ebfc76bc5b5f89b59c... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-07-09 (Fri, 07 July 2021) -03:00
Changed paths: M libraries/classes/Common.php M libraries/classes/Config.php M libraries/classes/Core.php M libraries/classes/ErrorReport.php M libraries/classes/Export.php M libraries/classes/Plugins/Transformations/Abs/InlineTransformationsPlugin.php M phpstan.neon.dist M test/bootstrap-static.php M test/classes/AbstractTestCase.php M test/classes/Config/PageSettingsTest.php M test/classes/ConfigTest.php M test/classes/Controllers/Database/StructureControllerTest.php M test/classes/Controllers/ExportTemplateControllerTest.php M test/classes/Controllers/Server/BinlogControllerTest.php M test/classes/Controllers/Server/CollationsControllerTest.php M test/classes/Controllers/Server/DatabasesControllerTest.php M test/classes/Controllers/Server/EnginesControllerTest.php M test/classes/Controllers/Server/PluginsControllerTest.php M test/classes/Controllers/Server/Status/AdvisorControllerTest.php M test/classes/Controllers/Server/Status/MonitorControllerTest.php M test/classes/Controllers/Server/Status/ProcessesControllerTest.php M test/classes/Controllers/Server/Status/QueriesControllerTest.php M test/classes/Controllers/Server/Status/StatusControllerTest.php M test/classes/Controllers/Server/Status/VariablesControllerTest.php M test/classes/Controllers/Server/VariablesControllerTest.php M test/classes/Controllers/Table/FindReplaceControllerTest.php M test/classes/Controllers/TransformationOverviewControllerTest.php M test/classes/CoreTest.php M test/classes/Database/EventsTest.php M test/classes/Database/RoutinesTest.php M test/classes/Database/TriggersTest.php M test/classes/Display/ResultsTest.php M test/classes/ErrorReportTest.php M test/classes/Export/OptionsTest.php M test/classes/FooterTest.php M test/classes/HeaderTest.php M test/classes/Navigation/NavigationTreeTest.php M test/classes/PdfTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php M test/classes/Plugins/Auth/AuthenticationHttpTest.php M test/classes/Plugins/Auth/AuthenticationSignonTest.php M test/classes/Plugins/Schema/DiaRelationSchemaTest.php M test/classes/Plugins/Schema/EpsRelationSchemaTest.php M test/classes/Plugins/Schema/PdfRelationSchemaTest.php M test/classes/Plugins/Schema/SvgRelationSchemaTest.php M test/classes/Plugins/Transformations/TransformationPluginsTest.php M test/classes/ResponseTest.php M test/classes/ScriptsTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Server/UserGroupsTest.php M test/classes/ThemeTest.php M test/classes/TrackingTest.php M test/classes/UtilTest.php M test/phpstan-constants.php
Log Message: ----------- Remove `PhpMyAdmin\Config::enableBc` method
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev