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
I'm getting some issues when trying to use encrypt connections.
https://github.com/bcit-ci/CodeIgniter/blob/3.1.13/system/database/drivers/mysqli/mysqli_driver.php#L216
On CI4 was fixed
https://github.com/codeigniter4/framework/blob/master/system/Database/MySQLi/Connection.php#L194
Shows like version_compare now needs the mysqlnd word.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting some issues when trying to use encrypt connections.
https://github.com/bcit-ci/CodeIgniter/blob/3.1.13/system/database/drivers/mysqli/mysqli_driver.php#L216
On CI4 was fixed
https://github.com/codeigniter4/framework/blob/master/system/Database/MySQLi/Connection.php#L194
Shows like version_compare now needs the mysqlnd word.
The text was updated successfully, but these errors were encountered: