We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
kamil-tekiela
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: