-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Remove libmysql support from mysqli #7889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove libmysql support from mysqli #7889
Conversation
fcd29e1
to
5870d98
Compare
Addressed review comments and removed all mysqli code related to libmysql support |
This comment was marked as outdated.
This comment was marked as outdated.
185ede1
to
5612548
Compare
I think we can also remove |
@kamil-tekiela, are the AppVeyor test failures (e.g. mysqli_driver.phpt) spurious? |
df614a6
to
a0d7190
Compare
Failures were valid. I removed |
a0d7190
to
327d3f6
Compare
RFC was accepted Feb 5th. Looks like this patch is complete and waiting for reviews. Please resolve the conflicts. Is there anything else that needs to be done before we can merge this? |
327d3f6
to
2b509b2
Compare
I rebased. I don't think this PR needs anything else. The previous review comments were unactionable IMHO. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like all legit review comments have been addressed, so this is good to be merged.
The `mysqli.reconnect` ini directive was removed in PHP 8.2.0. Refs: * https://github.com/php/php-src/blob/5d90c5057dbf88cea49ac53daf5f4622c1588a84/UPGRADING#L320 * php#7889 * php@be3d55d
Respective RFC: https://wiki.php.net/rfc/mysqli_support_for_libmysql