[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 1438cb: Replace `global` keyword with `$GLOBALS`

Maurício Meneghini Fauth mauricio at fauth.dev
Mon Mar 7 21:33:09 CET 2022


Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 1438cb211ea4b9660c609842ccebe68fb0c0e3a7
https://github.com/phpmyadmin/phpmyadmin/commit/1438cb211ea4b9660c609842ccebe68fb0c0e3a7
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2022-03-07 (Mon, 03 March 2022) -03:00

Changed paths: 
M index.php
M js/messages.php
M libraries/classes/BrowseForeigners.php
M libraries/classes/Command/CacheWarmupCommand.php
M libraries/classes/Common.php
M libraries/classes/Config.php
M libraries/classes/Config/SpecialSchemaLinks.php
M libraries/classes/ConfigStorage/Relation.php
M libraries/classes/ConfigStorage/UserGroups.php
M libraries/classes/Console.php
M libraries/classes/Controllers/AbstractController.php
M libraries/classes/Controllers/CheckRelationsController.php
M libraries/classes/Controllers/Database/CentralColumnsController.php
M libraries/classes/Controllers/Database/DesignerController.php
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/ExportController.php
M libraries/classes/Controllers/Database/ImportController.php
M libraries/classes/Controllers/Database/Operations/CollationController.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/PrivilegesController.php
M libraries/classes/Controllers/Database/QueryByExampleController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Database/SearchController.php
M libraries/classes/Controllers/Database/SqlAutoCompleteController.php
M libraries/classes/Controllers/Database/SqlController.php
M libraries/classes/Controllers/Database/Structure/AddPrefixController.php
M libraries/classes/Controllers/Database/Structure/AddPrefixTableController.php
M libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php
M libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php
M libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php
M libraries/classes/Controllers/Database/Structure/ChangePrefixFormController.php
M libraries/classes/Controllers/Database/Structure/CopyFormController.php
M libraries/classes/Controllers/Database/Structure/CopyTableController.php
M libraries/classes/Controllers/Database/Structure/CopyTableWithPrefixController.php
M libraries/classes/Controllers/Database/Structure/DropFormController.php
M libraries/classes/Controllers/Database/Structure/DropTableController.php
M libraries/classes/Controllers/Database/Structure/EmptyFormController.php
M libraries/classes/Controllers/Database/Structure/EmptyTableController.php
M libraries/classes/Controllers/Database/Structure/FavoriteTableController.php
M libraries/classes/Controllers/Database/Structure/RealRowCountController.php
M libraries/classes/Controllers/Database/Structure/ReplacePrefixController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Database/TrackingController.php
M libraries/classes/Controllers/Database/TriggersController.php
M libraries/classes/Controllers/DatabaseController.php
M libraries/classes/Controllers/ErrorReportController.php
M libraries/classes/Controllers/Export/ExportController.php
M libraries/classes/Controllers/Export/Template/CreateController.php
M libraries/classes/Controllers/Export/Template/DeleteController.php
M libraries/classes/Controllers/Export/Template/LoadController.php
M libraries/classes/Controllers/Export/Template/UpdateController.php
M libraries/classes/Controllers/GisDataEditorController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/Import/ImportController.php
M libraries/classes/Controllers/Import/StatusController.php
M libraries/classes/Controllers/LogoutController.php
M libraries/classes/Controllers/NormalizationController.php
M libraries/classes/Controllers/PhpInfoController.php
M libraries/classes/Controllers/Preferences/ExportController.php
M libraries/classes/Controllers/Preferences/FeaturesController.php
M libraries/classes/Controllers/Preferences/ImportController.php
M libraries/classes/Controllers/Preferences/MainPanelController.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Preferences/NavigationController.php
M libraries/classes/Controllers/Preferences/SqlController.php
M libraries/classes/Controllers/Preferences/TwoFactorController.php
M libraries/classes/Controllers/Server/BinlogController.php
M libraries/classes/Controllers/Server/CollationsController.php
M libraries/classes/Controllers/Server/Databases/CreateController.php
M libraries/classes/Controllers/Server/Databases/DestroyController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Server/EnginesController.php
M libraries/classes/Controllers/Server/ExportController.php
M libraries/classes/Controllers/Server/ImportController.php
M libraries/classes/Controllers/Server/PluginsController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Server/ReplicationController.php
M libraries/classes/Controllers/Server/ShowEngineController.php
M libraries/classes/Controllers/Server/SqlController.php
M libraries/classes/Controllers/Server/Status/Monitor/ChartingDataController.php
M libraries/classes/Controllers/Server/Status/Monitor/GeneralLogController.php
M libraries/classes/Controllers/Server/Status/Monitor/LogVarsController.php
M libraries/classes/Controllers/Server/Status/Monitor/QueryAnalyzerController.php
M libraries/classes/Controllers/Server/Status/Monitor/SlowLogController.php
M libraries/classes/Controllers/Server/Status/MonitorController.php
M libraries/classes/Controllers/Server/Status/ProcessesController.php
M libraries/classes/Controllers/Server/Status/QueriesController.php
M libraries/classes/Controllers/Server/Status/StatusController.php
M libraries/classes/Controllers/Server/Status/VariablesController.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Controllers/Sql/ColumnPreferencesController.php
M libraries/classes/Controllers/Sql/EnumValuesController.php
M libraries/classes/Controllers/Sql/RelationalValuesController.php
M libraries/classes/Controllers/Sql/SetValuesController.php
M libraries/classes/Controllers/Sql/SqlController.php
M libraries/classes/Controllers/Table/AddFieldController.php
M libraries/classes/Controllers/Table/ChangeController.php
M libraries/classes/Controllers/Table/ChangeRowsController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/CreateController.php
M libraries/classes/Controllers/Table/DeleteConfirmController.php
M libraries/classes/Controllers/Table/DeleteRowsController.php
M libraries/classes/Controllers/Table/DropColumnConfirmationController.php
M libraries/classes/Controllers/Table/ExportController.php
M libraries/classes/Controllers/Table/ExportRowsController.php
M libraries/classes/Controllers/Table/FindReplaceController.php
M libraries/classes/Controllers/Table/GetFieldController.php
M libraries/classes/Controllers/Table/GisVisualizationController.php
M libraries/classes/Controllers/Table/ImportController.php
M libraries/classes/Controllers/Table/IndexRenameController.php
M libraries/classes/Controllers/Table/IndexesController.php
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/PrivilegesController.php
M libraries/classes/Controllers/Table/RecentFavoriteController.php
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/SqlController.php
M libraries/classes/Controllers/Table/Structure/AddIndexController.php
M libraries/classes/Controllers/Table/Structure/AddKeyController.php
M libraries/classes/Controllers/Table/Structure/CentralColumnsAddController.php
M libraries/classes/Controllers/Table/Structure/CentralColumnsRemoveController.php
M libraries/classes/Controllers/Table/Structure/ChangeController.php
M libraries/classes/Controllers/Table/Structure/FulltextController.php
M libraries/classes/Controllers/Table/Structure/PrimaryController.php
M libraries/classes/Controllers/Table/Structure/SpatialController.php
M libraries/classes/Controllers/Table/Structure/UniqueController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Controllers/Table/TrackingController.php
M libraries/classes/Controllers/Table/TriggersController.php
M libraries/classes/Controllers/Table/ZoomSearchController.php
M libraries/classes/Controllers/ThemeSetController.php
M libraries/classes/Controllers/Transformation/WrapperController.php
M libraries/classes/Controllers/UserPasswordController.php
M libraries/classes/Controllers/View/CreateController.php
M libraries/classes/Controllers/View/OperationsController.php
M libraries/classes/Core.php
M libraries/classes/Crypto/Crypto.php
M libraries/classes/Database/Designer.php
M libraries/classes/Database/Events.php
M libraries/classes/Database/MultiTableQuery.php
M libraries/classes/Database/Routines.php
M libraries/classes/Database/Triggers.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/DbTableExists.php
M libraries/classes/Display/Results.php
M libraries/classes/Engines/Innodb.php
M libraries/classes/ErrorHandler.php
M libraries/classes/Export.php
M libraries/classes/Export/Options.php
M libraries/classes/FileListing.php
M libraries/classes/Footer.php
M libraries/classes/Gis/GisVisualization.php
M libraries/classes/Header.php
M libraries/classes/Html/Generator.php
M libraries/classes/Import.php
M libraries/classes/Index.php
M libraries/classes/InsertEdit.php
M libraries/classes/IpAllowDeny.php
M libraries/classes/ListDatabase.php
M libraries/classes/Menu.php
M libraries/classes/Navigation/Navigation.php
M libraries/classes/Navigation/Nodes/Node.php
M libraries/classes/Navigation/Nodes/NodeDatabase.php
M libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php
M libraries/classes/Navigation/Nodes/NodeTable.php
M libraries/classes/Operations.php
M libraries/classes/Partitioning/Partition.php
M libraries/classes/Plugins.php
M libraries/classes/Plugins/Auth/AuthenticationConfig.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Plugins/Auth/AuthenticationHttp.php
M libraries/classes/Plugins/AuthenticationPlugin.php
M libraries/classes/Plugins/Export/ExportCodegen.php
M libraries/classes/Plugins/Export/ExportCsv.php
M libraries/classes/Plugins/Export/ExportHtmlword.php
M libraries/classes/Plugins/Export/ExportJson.php
M libraries/classes/Plugins/Export/ExportLatex.php
M libraries/classes/Plugins/Export/ExportMediawiki.php
M libraries/classes/Plugins/Export/ExportOds.php
M libraries/classes/Plugins/Export/ExportOdt.php
M libraries/classes/Plugins/Export/ExportPhparray.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportTexytext.php
M libraries/classes/Plugins/Export/ExportXml.php
M libraries/classes/Plugins/Export/ExportYaml.php
M libraries/classes/Plugins/Export/Helpers/Pdf.php
M libraries/classes/Plugins/ExportPlugin.php
M libraries/classes/Plugins/Import/ImportCsv.php
M libraries/classes/Plugins/Import/ImportLdi.php
M libraries/classes/Plugins/Import/ImportMediawiki.php
M libraries/classes/Plugins/Import/ImportOds.php
M libraries/classes/Plugins/Import/ImportShp.php
M libraries/classes/Plugins/Import/ImportSql.php
M libraries/classes/Plugins/Import/ImportXml.php
M libraries/classes/Plugins/Import/ShapeFileImport.php
M libraries/classes/Plugins/Import/Upload/UploadNoplugin.php
M libraries/classes/Plugins/Import/Upload/UploadProgress.php
M libraries/classes/Plugins/Import/Upload/UploadSession.php
M libraries/classes/Plugins/Schema/ExportRelationSchema.php
M libraries/classes/Plugins/Schema/Pdf/Pdf.php
M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
M libraries/classes/Plugins/Schema/TableStats.php
M libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
M libraries/classes/Plugins/TwoFactorPlugin.php
M libraries/classes/Query/Utilities.php
M libraries/classes/RecentFavoriteTable.php
M libraries/classes/Replication.php
M libraries/classes/ReplicationGui.php
M libraries/classes/ReplicationInfo.php
M libraries/classes/ResponseRenderer.php
M libraries/classes/Routing.php
M libraries/classes/SavedSearches.php
M libraries/classes/Server/Plugins.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Server/Status/Data.php
M libraries/classes/Server/Status/Monitor.php
M libraries/classes/Sql.php
M libraries/classes/SqlQueryForm.php
M libraries/classes/StorageEngine.php
M libraries/classes/Table.php
M libraries/classes/Table/ColumnsDefinition.php
M libraries/classes/Table/Indexes.php
M libraries/classes/Template.php
M libraries/classes/ThemeManager.php
M libraries/classes/Tracker.php
M libraries/classes/Tracking.php
M libraries/classes/Transformations.php
M libraries/classes/Twig/AssetExtension.php
M libraries/classes/Twig/RelationExtension.php
M libraries/classes/TwoFactor.php
M libraries/classes/Url.php
M libraries/classes/UrlRedirector.php
M libraries/classes/UserPassword.php
M libraries/classes/UserPreferences.php
M libraries/classes/Util.php
M libraries/classes/Utils/ForeignKey.php
M libraries/classes/Utils/Gis.php
M libraries/classes/Utils/HttpRequest.php
M libraries/classes/Utils/SessionCache.php
M libraries/classes/VersionInformation.php
M phpcs.xml.dist
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M setup/index.php
M setup/lib/common.inc.php
M test/classes/AbstractNetworkTestCase.php
M test/classes/AbstractTestCase.php
M test/classes/Command/TwigLintCommandTest.php
M test/classes/CommonTest.php
M test/classes/Controllers/CheckRelationsControllerTest.php
M test/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php
M test/classes/Controllers/Database/PrivilegesControllerTest.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/Export/ExportControllerTest.php
M test/classes/Controllers/Export/Template/CreateControllerTest.php
M test/classes/Controllers/Export/Template/DeleteControllerTest.php
M test/classes/Controllers/Export/Template/LoadControllerTest.php
M test/classes/Controllers/Export/Template/UpdateControllerTest.php
M test/classes/Controllers/Import/ImportControllerTest.php
M test/classes/Controllers/NavigationControllerTest.php
M test/classes/Controllers/NormalizationControllerTest.php
M test/classes/Controllers/Server/Databases/DestroyControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Server/EnginesControllerTest.php
M test/classes/Controllers/Server/ShowEngineControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
M test/classes/Controllers/Server/Status/QueriesControllerTest.php
M test/classes/Controllers/Sql/EnumValuesControllerTest.php
M test/classes/Controllers/Sql/SetValuesControllerTest.php
M test/classes/Controllers/Table/AddFieldControllerTest.php
M test/classes/Controllers/Table/DeleteRowsControllerTest.php
M test/classes/Controllers/Table/ImportControllerTest.php
M test/classes/Controllers/Table/OperationsControllerTest.php
M test/classes/Controllers/Table/PrivilegesControllerTest.php
M test/classes/Controllers/Table/ReplaceControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/CoreTest.php
M test/classes/Crypto/CryptoTest.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/Export/OptionsTest.php
M test/classes/HeaderTest.php
M test/classes/Html/GeneratorTest.php
M test/classes/ImportTest.php
M test/classes/OperationsTest.php
M test/classes/Plugins/Auth/AuthenticationCookieTest.php
M test/classes/Plugins/Export/ExportCsvTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Export/ExportXmlTest.php
M test/classes/Plugins/Import/ImportCsvTest.php
M test/classes/Plugins/Import/ImportLdiTest.php
M test/classes/Plugins/Import/ImportMediawikiTest.php
M test/classes/Plugins/Import/ImportOdsTest.php
M test/classes/Plugins/Import/ImportShpTest.php
M test/classes/Plugins/Import/ImportSqlTest.php
M test/classes/Plugins/Import/ImportXmlTest.php
M test/classes/Plugins/Transformations/TransformationPluginsTest.php
M test/classes/PluginsTest.php
M test/classes/ProfilingTest.php
M test/classes/SqlTest.php
M test/classes/Stubs/DbiDummy.php
M test/classes/Table/SearchTest.php
M test/classes/TableTest.php
M test/classes/TemplateTest.php
M test/classes/ThemeTest.php
M test/classes/TrackerTest.php
M test/classes/UrlTest.php
M test/classes/Utils/SessionCacheTest.php

Log Message:
-----------
Replace `global` keyword with `$GLOBALS`

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>

Commit: 9ff08aaa083987b7d91c53f32fdd4ab15a77b98f
https://github.com/phpmyadmin/phpmyadmin/commit/9ff08aaa083987b7d91c53f32fdd4ab15a77b98f
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2022-03-07 (Mon, 03 March 2022) -03:00

Changed paths: 
M index.php
M js/messages.php
M libraries/classes/BrowseForeigners.php
M libraries/classes/Command/CacheWarmupCommand.php
M libraries/classes/Common.php
M libraries/classes/Config.php
M libraries/classes/Config/SpecialSchemaLinks.php
M libraries/classes/ConfigStorage/Relation.php
M libraries/classes/ConfigStorage/UserGroups.php
M libraries/classes/Console.php
M libraries/classes/Controllers/AbstractController.php
M libraries/classes/Controllers/CheckRelationsController.php
M libraries/classes/Controllers/Database/CentralColumnsController.php
M libraries/classes/Controllers/Database/DesignerController.php
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/ExportController.php
M libraries/classes/Controllers/Database/ImportController.php
M libraries/classes/Controllers/Database/Operations/CollationController.php
M libraries/classes/Controllers/Database/OperationsController.php
M libraries/classes/Controllers/Database/PrivilegesController.php
M libraries/classes/Controllers/Database/QueryByExampleController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Database/SearchController.php
M libraries/classes/Controllers/Database/SqlAutoCompleteController.php
M libraries/classes/Controllers/Database/SqlController.php
M libraries/classes/Controllers/Database/Structure/AddPrefixController.php
M libraries/classes/Controllers/Database/Structure/AddPrefixTableController.php
M libraries/classes/Controllers/Database/Structure/CentralColumns/AddController.php
M libraries/classes/Controllers/Database/Structure/CentralColumns/MakeConsistentController.php
M libraries/classes/Controllers/Database/Structure/CentralColumns/RemoveController.php
M libraries/classes/Controllers/Database/Structure/ChangePrefixFormController.php
M libraries/classes/Controllers/Database/Structure/CopyFormController.php
M libraries/classes/Controllers/Database/Structure/CopyTableController.php
M libraries/classes/Controllers/Database/Structure/CopyTableWithPrefixController.php
M libraries/classes/Controllers/Database/Structure/DropFormController.php
M libraries/classes/Controllers/Database/Structure/DropTableController.php
M libraries/classes/Controllers/Database/Structure/EmptyFormController.php
M libraries/classes/Controllers/Database/Structure/EmptyTableController.php
M libraries/classes/Controllers/Database/Structure/FavoriteTableController.php
M libraries/classes/Controllers/Database/Structure/RealRowCountController.php
M libraries/classes/Controllers/Database/Structure/ReplacePrefixController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Database/TrackingController.php
M libraries/classes/Controllers/Database/TriggersController.php
M libraries/classes/Controllers/DatabaseController.php
M libraries/classes/Controllers/ErrorReportController.php
M libraries/classes/Controllers/Export/ExportController.php
M libraries/classes/Controllers/Export/Template/CreateController.php
M libraries/classes/Controllers/Export/Template/DeleteController.php
M libraries/classes/Controllers/Export/Template/LoadController.php
M libraries/classes/Controllers/Export/Template/UpdateController.php
M libraries/classes/Controllers/GisDataEditorController.php
M libraries/classes/Controllers/HomeController.php
M libraries/classes/Controllers/Import/ImportController.php
M libraries/classes/Controllers/Import/StatusController.php
M libraries/classes/Controllers/LogoutController.php
M libraries/classes/Controllers/NormalizationController.php
M libraries/classes/Controllers/PhpInfoController.php
M libraries/classes/Controllers/Preferences/ExportController.php
M libraries/classes/Controllers/Preferences/FeaturesController.php
M libraries/classes/Controllers/Preferences/ImportController.php
M libraries/classes/Controllers/Preferences/MainPanelController.php
M libraries/classes/Controllers/Preferences/ManageController.php
M libraries/classes/Controllers/Preferences/NavigationController.php
M libraries/classes/Controllers/Preferences/SqlController.php
M libraries/classes/Controllers/Preferences/TwoFactorController.php
M libraries/classes/Controllers/Server/BinlogController.php
M libraries/classes/Controllers/Server/CollationsController.php
M libraries/classes/Controllers/Server/Databases/CreateController.php
M libraries/classes/Controllers/Server/Databases/DestroyController.php
M libraries/classes/Controllers/Server/DatabasesController.php
M libraries/classes/Controllers/Server/EnginesController.php
M libraries/classes/Controllers/Server/ExportController.php
M libraries/classes/Controllers/Server/ImportController.php
M libraries/classes/Controllers/Server/PluginsController.php
M libraries/classes/Controllers/Server/PrivilegesController.php
M libraries/classes/Controllers/Server/ReplicationController.php
M libraries/classes/Controllers/Server/ShowEngineController.php
M libraries/classes/Controllers/Server/SqlController.php
M libraries/classes/Controllers/Server/Status/Monitor/ChartingDataController.php
M libraries/classes/Controllers/Server/Status/Monitor/GeneralLogController.php
M libraries/classes/Controllers/Server/Status/Monitor/LogVarsController.php
M libraries/classes/Controllers/Server/Status/Monitor/QueryAnalyzerController.php
M libraries/classes/Controllers/Server/Status/Monitor/SlowLogController.php
M libraries/classes/Controllers/Server/Status/MonitorController.php
M libraries/classes/Controllers/Server/Status/ProcessesController.php
M libraries/classes/Controllers/Server/Status/QueriesController.php
M libraries/classes/Controllers/Server/Status/StatusController.php
M libraries/classes/Controllers/Server/Status/VariablesController.php
M libraries/classes/Controllers/Server/VariablesController.php
M libraries/classes/Controllers/Sql/ColumnPreferencesController.php
M libraries/classes/Controllers/Sql/EnumValuesController.php
M libraries/classes/Controllers/Sql/RelationalValuesController.php
M libraries/classes/Controllers/Sql/SetValuesController.php
M libraries/classes/Controllers/Sql/SqlController.php
M libraries/classes/Controllers/Table/AddFieldController.php
M libraries/classes/Controllers/Table/ChangeController.php
M libraries/classes/Controllers/Table/ChangeRowsController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/CreateController.php
M libraries/classes/Controllers/Table/DeleteConfirmController.php
M libraries/classes/Controllers/Table/DeleteRowsController.php
M libraries/classes/Controllers/Table/DropColumnConfirmationController.php
M libraries/classes/Controllers/Table/ExportController.php
M libraries/classes/Controllers/Table/ExportRowsController.php
M libraries/classes/Controllers/Table/FindReplaceController.php
M libraries/classes/Controllers/Table/GetFieldController.php
M libraries/classes/Controllers/Table/GisVisualizationController.php
M libraries/classes/Controllers/Table/ImportController.php
M libraries/classes/Controllers/Table/IndexRenameController.php
M libraries/classes/Controllers/Table/IndexesController.php
M libraries/classes/Controllers/Table/OperationsController.php
M libraries/classes/Controllers/Table/PrivilegesController.php
M libraries/classes/Controllers/Table/RecentFavoriteController.php
M libraries/classes/Controllers/Table/ReplaceController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Controllers/Table/SqlController.php
M libraries/classes/Controllers/Table/Structure/AddIndexController.php
M libraries/classes/Controllers/Table/Structure/AddKeyController.php
M libraries/classes/Controllers/Table/Structure/CentralColumnsAddController.php
M libraries/classes/Controllers/Table/Structure/CentralColumnsRemoveController.php
M libraries/classes/Controllers/Table/Structure/ChangeController.php
M libraries/classes/Controllers/Table/Structure/FulltextController.php
M libraries/classes/Controllers/Table/Structure/PrimaryController.php
M libraries/classes/Controllers/Table/Structure/SpatialController.php
M libraries/classes/Controllers/Table/Structure/UniqueController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Controllers/Table/TrackingController.php
M libraries/classes/Controllers/Table/TriggersController.php
M libraries/classes/Controllers/Table/ZoomSearchController.php
M libraries/classes/Controllers/ThemeSetController.php
M libraries/classes/Controllers/Transformation/WrapperController.php
M libraries/classes/Controllers/UserPasswordController.php
M libraries/classes/Controllers/View/CreateController.php
M libraries/classes/Controllers/View/OperationsController.php
M libraries/classes/Core.php
M libraries/classes/Crypto/Crypto.php
M libraries/classes/Database/Designer.php
M libraries/classes/Database/Events.php
M libraries/classes/Database/MultiTableQuery.php
M libraries/classes/Database/Routines.php
M libraries/classes/Database/Triggers.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/DbTableExists.php
M libraries/classes/Display/Results.php
M libraries/classes/Engines/Innodb.php
M libraries/classes/ErrorHandler.php
M libraries/classes/Export.php
M libraries/classes/Export/Options.php
M libraries/classes/FileListing.php
M libraries/classes/Footer.php
M libraries/classes/Gis/GisVisualization.php
M libraries/classes/Header.php
M libraries/classes/Html/Generator.php
M libraries/classes/Import.php
M libraries/classes/Index.php
M libraries/classes/InsertEdit.php
M libraries/classes/IpAllowDeny.php
M libraries/classes/ListDatabase.php
M libraries/classes/Menu.php
M libraries/classes/Navigation/Navigation.php
M libraries/classes/Navigation/Nodes/Node.php
M libraries/classes/Navigation/Nodes/NodeDatabase.php
M libraries/classes/Navigation/Nodes/NodeDatabaseContainer.php
M libraries/classes/Navigation/Nodes/NodeTable.php
M libraries/classes/Operations.php
M libraries/classes/Partitioning/Partition.php
M libraries/classes/Plugins.php
M libraries/classes/Plugins/Auth/AuthenticationConfig.php
M libraries/classes/Plugins/Auth/AuthenticationCookie.php
M libraries/classes/Plugins/Auth/AuthenticationHttp.php
M libraries/classes/Plugins/AuthenticationPlugin.php
M libraries/classes/Plugins/Export/ExportCodegen.php
M libraries/classes/Plugins/Export/ExportCsv.php
M libraries/classes/Plugins/Export/ExportHtmlword.php
M libraries/classes/Plugins/Export/ExportJson.php
M libraries/classes/Plugins/Export/ExportLatex.php
M libraries/classes/Plugins/Export/ExportMediawiki.php
M libraries/classes/Plugins/Export/ExportOds.php
M libraries/classes/Plugins/Export/ExportOdt.php
M libraries/classes/Plugins/Export/ExportPhparray.php
M libraries/classes/Plugins/Export/ExportSql.php
M libraries/classes/Plugins/Export/ExportTexytext.php
M libraries/classes/Plugins/Export/ExportXml.php
M libraries/classes/Plugins/Export/ExportYaml.php
M libraries/classes/Plugins/Export/Helpers/Pdf.php
M libraries/classes/Plugins/ExportPlugin.php
M libraries/classes/Plugins/Import/ImportCsv.php
M libraries/classes/Plugins/Import/ImportLdi.php
M libraries/classes/Plugins/Import/ImportMediawiki.php
M libraries/classes/Plugins/Import/ImportOds.php
M libraries/classes/Plugins/Import/ImportShp.php
M libraries/classes/Plugins/Import/ImportSql.php
M libraries/classes/Plugins/Import/ImportXml.php
M libraries/classes/Plugins/Import/ShapeFileImport.php
M libraries/classes/Plugins/Import/Upload/UploadNoplugin.php
M libraries/classes/Plugins/Import/Upload/UploadProgress.php
M libraries/classes/Plugins/Import/Upload/UploadSession.php
M libraries/classes/Plugins/Schema/ExportRelationSchema.php
M libraries/classes/Plugins/Schema/Pdf/Pdf.php
M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
M libraries/classes/Plugins/Schema/TableStats.php
M libraries/classes/Plugins/Transformations/Abs/DownloadTransformationsPlugin.php
M libraries/classes/Plugins/TwoFactorPlugin.php
M libraries/classes/Query/Utilities.php
M libraries/classes/RecentFavoriteTable.php
M libraries/classes/Replication.php
M libraries/classes/ReplicationGui.php
M libraries/classes/ReplicationInfo.php
M libraries/classes/ResponseRenderer.php
M libraries/classes/Routing.php
M libraries/classes/SavedSearches.php
M libraries/classes/Server/Plugins.php
M libraries/classes/Server/Privileges.php
M libraries/classes/Server/Status/Data.php
M libraries/classes/Server/Status/Monitor.php
M libraries/classes/Sql.php
M libraries/classes/SqlQueryForm.php
M libraries/classes/StorageEngine.php
M libraries/classes/Table.php
M libraries/classes/Table/ColumnsDefinition.php
M libraries/classes/Table/Indexes.php
M libraries/classes/Template.php
M libraries/classes/ThemeManager.php
M libraries/classes/Tracker.php
M libraries/classes/Tracking.php
M libraries/classes/Transformations.php
M libraries/classes/Twig/AssetExtension.php
M libraries/classes/Twig/RelationExtension.php
M libraries/classes/TwoFactor.php
M libraries/classes/Url.php
M libraries/classes/UrlRedirector.php
M libraries/classes/UserPassword.php
M libraries/classes/UserPreferences.php
M libraries/classes/Util.php
M libraries/classes/Utils/ForeignKey.php
M libraries/classes/Utils/Gis.php
M libraries/classes/Utils/HttpRequest.php
M libraries/classes/Utils/SessionCache.php
M libraries/classes/VersionInformation.php
M phpcs.xml.dist
M phpstan-baseline.neon
M psalm-baseline.xml
M psalm.xml
M setup/index.php
M setup/lib/common.inc.php
M test/classes/AbstractNetworkTestCase.php
M test/classes/AbstractTestCase.php
M test/classes/Command/TwigLintCommandTest.php
M test/classes/CommonTest.php
M test/classes/Controllers/CheckRelationsControllerTest.php
M test/classes/Controllers/Database/MultiTableQuery/TablesControllerTest.php
M test/classes/Controllers/Database/PrivilegesControllerTest.php
M test/classes/Controllers/Database/StructureControllerTest.php
M test/classes/Controllers/Export/ExportControllerTest.php
M test/classes/Controllers/Export/Template/CreateControllerTest.php
M test/classes/Controllers/Export/Template/DeleteControllerTest.php
M test/classes/Controllers/Export/Template/LoadControllerTest.php
M test/classes/Controllers/Export/Template/UpdateControllerTest.php
M test/classes/Controllers/Import/ImportControllerTest.php
M test/classes/Controllers/NavigationControllerTest.php
M test/classes/Controllers/NormalizationControllerTest.php
M test/classes/Controllers/Server/Databases/DestroyControllerTest.php
M test/classes/Controllers/Server/DatabasesControllerTest.php
M test/classes/Controllers/Server/EnginesControllerTest.php
M test/classes/Controllers/Server/ShowEngineControllerTest.php
M test/classes/Controllers/Server/Status/Monitor/QueryAnalyzerControllerTest.php
M test/classes/Controllers/Server/Status/QueriesControllerTest.php
M test/classes/Controllers/Sql/EnumValuesControllerTest.php
M test/classes/Controllers/Sql/SetValuesControllerTest.php
M test/classes/Controllers/Table/AddFieldControllerTest.php
M test/classes/Controllers/Table/DeleteRowsControllerTest.php
M test/classes/Controllers/Table/ImportControllerTest.php
M test/classes/Controllers/Table/OperationsControllerTest.php
M test/classes/Controllers/Table/PrivilegesControllerTest.php
M test/classes/Controllers/Table/ReplaceControllerTest.php
M test/classes/Controllers/Table/SearchControllerTest.php
M test/classes/CoreTest.php
M test/classes/Crypto/CryptoTest.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/Export/OptionsTest.php
M test/classes/HeaderTest.php
M test/classes/Html/GeneratorTest.php
M test/classes/ImportTest.php
M test/classes/OperationsTest.php
M test/classes/Plugins/Auth/AuthenticationCookieTest.php
M test/classes/Plugins/Export/ExportCsvTest.php
M test/classes/Plugins/Export/ExportSqlTest.php
M test/classes/Plugins/Export/ExportXmlTest.php
M test/classes/Plugins/Import/ImportCsvTest.php
M test/classes/Plugins/Import/ImportLdiTest.php
M test/classes/Plugins/Import/ImportMediawikiTest.php
M test/classes/Plugins/Import/ImportOdsTest.php
M test/classes/Plugins/Import/ImportShpTest.php
M test/classes/Plugins/Import/ImportSqlTest.php
M test/classes/Plugins/Import/ImportXmlTest.php
M test/classes/Plugins/Transformations/TransformationPluginsTest.php
M test/classes/PluginsTest.php
M test/classes/ProfilingTest.php
M test/classes/SqlTest.php
M test/classes/Stubs/DbiDummy.php
M test/classes/Table/SearchTest.php
M test/classes/TableTest.php
M test/classes/TemplateTest.php
M test/classes/ThemeTest.php
M test/classes/TrackerTest.php
M test/classes/UrlTest.php
M test/classes/Utils/SessionCacheTest.php

Log Message:
-----------
Merge pull request #17427 from mauriciofauth/global-keyword

Replace `global` keyword with `$GLOBALS`



More information about the Git mailing list