Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 8be31eddc18daf6835e2ea694e580b9a938a65c1 https://github.com/phpmyadmin/phpmyadmin/commit/8be31eddc18daf6835e2ea694e58... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-12-29 (Fri, 12 December 2023) -03:00
Changed paths: M phpstan-baseline.neon M psalm-baseline.xml M src/Dbal/DbiMysqli.php
Log Message: ----------- Extract method from Dbal\DbiMysqli::connect()
Extracts the isSslRequiredByServer() private method from PhpMyAdmin\Dbal\DbiMysqli::connect().
Uses the error message and code from the exception instead of mysqli object.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d974d30fbbf8fddc7a65e7c11afbc6b4ec42aa83 https://github.com/phpmyadmin/phpmyadmin/commit/d974d30fbbf8fddc7a65e7c11afb... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-12-29 (Fri, 12 December 2023) -03:00
Changed paths: A src/Dbal/ConnectionException.php M src/DatabaseInterface.php M src/Dbal/DbiExtension.php M src/Dbal/DbiMysqli.php
Log Message: ----------- Remove trigger_error from Dbal\DbiMysqli::connect()
Replaces them with Dbal\ConnectionException.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 56fb83a615b8b2b5d1a88c5a8ed010ce37f956c9 https://github.com/phpmyadmin/phpmyadmin/commit/56fb83a615b8b2b5d1a88c5a8ed0... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-12-29 (Fri, 12 December 2023) -03:00
Changed paths: A src/Dbal/ConnectionException.php M phpstan-baseline.neon M psalm-baseline.xml M src/DatabaseInterface.php M src/Dbal/DbiExtension.php M src/Dbal/DbiMysqli.php
Log Message: ----------- Merge pull request #18873 from MauricioFauth/mysqli-exception
Remove trigger_error from Dbal\DbiMysqli::connect()