Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 678a829f5f7c668ff91ad797f10d82243cd66887 https://github.com/phpmyadmin/phpmyadmin/commit/678a829f5f7c668ff91ad797f10d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-08-17 (Thu, 08 August 2023) -03:00
Changed paths: M libraries/classes/Application.php M libraries/classes/Core.php M libraries/classes/DatabaseInterface.php M libraries/classes/ErrorHandler.php M libraries/classes/Footer.php M libraries/classes/Plugins/Auth/AuthenticationConfig.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/ResponseRenderer.php M libraries/services.php M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M test/classes/ApplicationTest.php M test/classes/ErrorHandlerTest.php M test/classes/FooterTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php
Log Message: ----------- Replace ErrorHandler global var with a singleton object
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 2d750385c06d8e2202f176d6d8b885256b36a258 https://github.com/phpmyadmin/phpmyadmin/commit/2d750385c06d8e2202f176d6d8b8... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-08-17 (Thu, 08 August 2023) -03:00
Changed paths: M libraries/classes/Application.php M libraries/classes/Core.php M libraries/classes/DatabaseInterface.php M libraries/classes/ErrorHandler.php M libraries/classes/Footer.php M libraries/classes/Plugins/Auth/AuthenticationConfig.php M libraries/classes/Plugins/Auth/AuthenticationCookie.php M libraries/classes/ResponseRenderer.php M libraries/services.php M phpstan-baseline.neon M psalm-baseline.xml M psalm.xml M test/classes/ApplicationTest.php M test/classes/ErrorHandlerTest.php M test/classes/FooterTest.php M test/classes/Plugins/Auth/AuthenticationConfigTest.php M test/classes/Plugins/Auth/AuthenticationCookieTest.php
Log Message: ----------- Merge pull request #18634 from MauricioFauth/error-handler-singleton
Replace ErrorHandler global var with a singleton object