Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4129bfe23e0cbe7fd8eab9fdf701f058f616c703 https://github.com/phpmyadmin/phpmyadmin/commit/4129bfe23e0cbe7fd8eab9fdf701... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-01-20 (Fri, 01 January 2023) -03:00
Changed paths: A libraries/classes/Dbal/MysqliStatement.php A libraries/classes/Dbal/Statement.php A test/classes/Dbal/MysqliStatementTest.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbal/DbalInterface.php M libraries/classes/Dbal/DbiExtension.php M libraries/classes/Dbal/DbiMysqli.php M libraries/classes/Server/Privileges.php M test/classes/DatabaseInterfaceTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Stubs/DbiDummy.php
Log Message: ----------- Create `Dbal/Statement` interface
Wraps mysqli_stmt class with the Dbal\MysqliStatement class.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 6ca4c248487dbd5ccc131f2455edc7b8f160d88a https://github.com/phpmyadmin/phpmyadmin/commit/6ca4c248487dbd5ccc131f2455ed... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-01-20 (Fri, 01 January 2023) -03:00
Changed paths: A libraries/classes/Dbal/MysqliStatement.php A libraries/classes/Dbal/Statement.php A test/classes/Dbal/MysqliStatementTest.php M libraries/classes/DatabaseInterface.php M libraries/classes/Dbal/DbalInterface.php M libraries/classes/Dbal/DbiExtension.php M libraries/classes/Dbal/DbiMysqli.php M libraries/classes/Server/Privileges.php M test/classes/DatabaseInterfaceTest.php M test/classes/Server/PrivilegesTest.php M test/classes/Stubs/DbiDummy.php
Log Message: ----------- Merge pull request #18023 from MauricioFauth/dbal-statement
Create `Dbal/Statement` interface