Skip to content

Deprecate mysqli_stmt_init - #23209

Open
kamil-tekiela wants to merge 1 commit into
php:masterfrom
kamil-tekiela:Deprecate-mysqli_stmt_init
Open

Deprecate mysqli_stmt_init#23209
kamil-tekiela wants to merge 1 commit into
php:masterfrom
kamil-tekiela:Deprecate-mysqli_stmt_init

Conversation

@kamil-tekiela

Copy link
Copy Markdown
Member

This was mostly replacing mysqli_stmt_init + mysqli_stmt_prepare with mysqli_prepare.

The unrelated changes are either fixing typos or removing dead code.

@@ -31,12 +30,9 @@ require_once 'skipifconnectfailure.inc';
echo $exception->getMessage() . "\n";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

echo $exception::class, ': ', $exception->getMessage(), "\n";

If you want while you are on it.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, let's do that separately. This PR already has too many unrelated changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants