Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: b783681a8bb1d892abc714b59e05634a8e7e7c3b https://github.com/phpmyadmin/phpmyadmin/commit/b783681a8bb1d892abc714b59e05... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-11-16 (Wed, 11 November 2022) -03:00
Changed paths: M libraries/classes/Common.php M libraries/classes/Config.php M psalm-baseline.xml
Log Message: ----------- Remove Config::fatalErrorHandler() method
Since there is an error handler register already, error_get_last is always empty.
Also adds a try-catch to catch exceptions from the config file.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev