Add hack to force mysqlnd extension to be loaded first to avoid missing symbol errors.#9822
Add hack to force mysqlnd extension to be loaded first to avoid missing symbol errors.#9822Danack wants to merge 3 commits intophp:masterfrom
Conversation
…ng symbol errors.
|
btw, does anyone know where a message can be added to ./configure output ? The issue is that when mysqlnd and mysqli are loaded as shared modules, the order matters, which is not obvious to end-users. |
|
Forgot to say, the behaviour can be seen by And then run Without the patch the tests fail due to being unable to load the mysqli and pdo_mysql extensions. |
Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
|
How many symbols are we talking about, by the way? I think having optional zend module dependencies with runtime resolution of symbols should fix this properly in core, but I haven't dug in to see. |
No idea. Loading the .so file fails on the first missing symbol.
tbh, I have no idea what you mean. |
Addresses #9727