Skip to content
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

MySQLi support for caching_sha2_password #3141

Closed
mattkolb opened this issue Jan 24, 2024 · 0 comments · Fixed by #3143
Closed

MySQLi support for caching_sha2_password #3141

mattkolb opened this issue Jan 24, 2024 · 0 comments · Fixed by #3143
Assignees

Comments

@mattkolb
Copy link
Contributor

From manual page: https://php.net/mysqli.requirements


The manual page says conflicting things.

"caching_sha2_password, a plugin that is not recognized by the older PHP (mysqlnd) releases"

"The caching_sha2_password plugin will be supported in a future PHP release"

Is it supported or not? The following seems to indicate that 7.4 supports caching_sha2_password.
https://stackoverflow.com/questions/59231143/does-mysqli-have-support-for-caching-sha2-password-in-php-7-4

That would be backed up by this bug report that seems to fix problems with caching_sha2_password in PHP 7.4
https://bugs.php.net/bug.php?id=79011

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

Successfully merging a pull request may close this issue.

3 participants