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

Issue wirh MySQli and Mysqlnd php extensions #16

Open
jaapjansma opened this issue Apr 13, 2022 · 0 comments
Open

Issue wirh MySQli and Mysqlnd php extensions #16

jaapjansma opened this issue Apr 13, 2022 · 0 comments

Comments

@jaapjansma
Copy link
Contributor

Today I encountered an issue where both the php extensions mysqli and mysqlnd are enabled. Which should be ok.
However all sorts of errors where shown.

Workaround

I also discovered a workaround: disabling of mysqli and enable nd_mysqli

Long term solution

The SQLPersistingCallFactory makes use of mysqli and uses the function get_result and we should create a work around for this so that we are less dependent on the mysqli and the mysqlnd drivers.

Comment

mysqlnd means MySQL Native Driver
nd_mysqli means Native Driver MySQLi

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

No branches or pull requests

1 participant