Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 9c32a55defa436cd1fbeea6fdeadce9c9223c592 https://github.com/phpmyadmin/phpmyadmin/commit/9c32a55defa436cd1fbeea6fdead... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-06-03 (Thu, 06 June 2021) -03:00
Changed paths: M libraries/classes/ErrorHandler.php
Log Message: ----------- Turn errors into exceptions when in development env
Changes error messages into ErrorException when using `$cfg['environment'] = 'development';`.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: bf4689558214b0589fa8a9bd570a2f49c4b74290 https://github.com/phpmyadmin/phpmyadmin/commit/bf4689558214b0589fa8a9bd570a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-06-03 (Thu, 06 June 2021) -03:00
Changed paths: M libraries/classes/ErrorHandler.php
Log Message: ----------- Merge pull request #16940 from mauriciofauth/error-exception
Turn errors into exceptions when in development environment