Skip to content

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Sep 16, 2022

As described in #8508, if OPcache is enabled, ext/mysqli can't be dl()'d; we work around that by loading the extension on startup.

As described in php#8508, if OPcache is enabled, ext/mysqli can't be
dl()'d; we work around that by loading the extension on startup.
@mvorisek
Copy link
Contributor

@cmb69
Copy link
Member Author

cmb69 commented Sep 16, 2022

@mvorisek, I'm working towards that PR. :) In this case there shouldn't be a problem, because extension_loaded() is called. If the extension is already loaded, and then dl()'d again, there is a crash on unloading. I'm checking that.

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

Successfully merging this pull request may close these issues.

2 participants