MySQL thread safety issue

php.internals

Wojtek Meler

23 years ago
Current ext/mysql uses libmysqclient.so if you give it path to libraries. In ZTS it should use libmysqlclient_r.so which is reentrant version of MySQL library (I have SIGSEGV with libmysqlclient.so). I've made a patch on config.m4. See attached file. regards, Wojtek