[phpmyadmin/phpmyadmin] 7b88ab: Fix a case where a fatal error message was not displayed

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 7b88ab16af4b7bce73fa85aa604f3a8883e0449f https://github.com/phpmyadmin/phpmyadmin/commit/7b88ab16af4b7bce73fa85aa604f... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2023-06-03 (Sat, 06 June 2023) -03:00 Changed paths: M ChangeLog M libraries/classes/ErrorHandler.php M test/classes/ErrorHandlerTest.php M test/classes/Stubs/ResponseRenderer.php Log Message: ----------- Fix a case where a fatal error message was not displayed A fatal error message was not displayed when the ResponseRenderer object already had some HTML, because the output buffer is only displayed when there is no HTML. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: 6243459b744c2e78a3c0fce1d95df5ac54a4b9a6 https://github.com/phpmyadmin/phpmyadmin/commit/6243459b744c2e78a3c0fce1d95d... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2023-06-06 (Tue, 06 June 2023) -03:00 Changed paths: M composer.json Log Message: ----------- Bump sql-parser version to 5.8.0 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: a4940d79ec91d39ab0a1d13dc615829e0d453458 https://github.com/phpmyadmin/phpmyadmin/commit/a4940d79ec91d39ab0a1d13dc615... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2023-06-06 (Tue, 06 June 2023) -03:00 Changed paths: M ChangeLog M composer.json M libraries/classes/ErrorHandler.php M test/classes/ErrorHandlerTest.php M test/classes/Stubs/ResponseRenderer.php Log Message: ----------- Merge branch 'QA_5_2' Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
participants (1)
-
Maurício Meneghini Fauth